|
@ -6,6 +6,7 @@ import com.yihu.mysql.query.BaseJpaService;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
@ -15,6 +16,7 @@ import java.util.List;
|
|
|
* create by hmf on 2020.5.7
|
|
|
*/
|
|
|
@Service
|
|
|
@Transactional
|
|
|
public class IotDeviceOverhaulService extends BaseJpaService<IotDeviceOverhaulDO, IotDeviceOverhaulDao> {
|
|
|
@Autowired
|
|
|
private IotDeviceOverhaulDao deviceOverhaulDao;
|