2021与蓝度共同重构项目,服务端
zhanzhiqin
2021-12-16 2024e35174cdf3f521ba3c19d8567c50af2d37fe
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> {
}