Bladeren bron

Merge branch 'dev' of humingfen/wlyy2.0 into dev

humingfen 5 jaren geleden
bovenliggende
commit
617c439fa8

+ 2 - 0
svr/svr-iot/src/main/java/com/yihu/iot/service/device/IotDeviceOverhaulService.java

@ -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;