Lius
2025-02-27 39f10c1616fa5f2173c070c268b8aa77734c10bd
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> {
}