2021与蓝度共同重构项目,服务端
liuhaonan
2021-11-29 c8305598b15e1511af3f043a491dfb08714b8c13
1
2
3
4
5
6
7
8
9
10
package com.sandu.ximon.dao.mapper;
 
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> {
 
}