2021与蓝度共同重构项目,服务端
chenjiantian
2021-12-06 9070f7f87763b6427377c50f39017e90ac3b77af
1
2
3
4
5
6
7
8
9
package com.sandu.ximon.dao.mapper;
 
import com.sandu.common.domain.BaseMapper;
import com.sandu.ximon.dao.domain.SingleLampData;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface SingleLampDataMapper extends BaseMapper<SingleLampData> {
}