2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-03-01 b6d1d79b162d297cc81e1ddd315ddda41e01e49c
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.LightAdjust;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface LightAdjustMapper extends BaseMapper<LightAdjust> {
}