lius
2023-07-28 fdbf97aa86cfe82f9f46ea03c77447e491d1e1ba
1
2
3
4
5
6
7
8
9
10
11
package org.jeecg.modules.mdc.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.mdc.entity.ControlSystem;
 
/**
 * @author: LiuS
 * @create: 2023-04-07 11:17
 */
public interface ControlSystemMapper extends BaseMapper<ControlSystem> {
}