2021与蓝度共同重构项目,服务端
liuhaonan
2022-02-14 930f0e76c430a3450144aedac9628b3e9af2ed9d
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> {
}