|
@ -4,10 +4,12 @@ import com.yihu.base.mysql.query.BaseJpaService;
|
|
import com.yihu.iot.dao.label.IotDeviceLabelInfoDao;
|
|
import com.yihu.iot.dao.label.IotDeviceLabelInfoDao;
|
|
import com.yihu.jw.iot.label.IotDeviceLabelInfoDO;
|
|
import com.yihu.jw.iot.label.IotDeviceLabelInfoDO;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
/**
|
|
/**
|
|
* @author yeshijie on 2018/1/4.
|
|
* @author yeshijie on 2018/1/4.
|
|
*/
|
|
*/
|
|
|
|
@Service
|
|
public class IotDeviceLabelInfoService extends BaseJpaService<IotDeviceLabelInfoDO,IotDeviceLabelInfoDao> {
|
|
public class IotDeviceLabelInfoService extends BaseJpaService<IotDeviceLabelInfoDO,IotDeviceLabelInfoDao> {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|