2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2021-12-10 c0258e66929e05942cd066f4e74685eae330f0cd
dao/src/main/java/com/sandu/ximon/dao/mapper/LampCountMapper.java
@@ -2,7 +2,9 @@
import com.sandu.common.domain.BaseMapper;
import com.sandu.ximon.dao.domain.LampCount;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface LampCountMapper extends BaseMapper<LampCount> {
}