lius
2023-07-19 632a346f1fd07ab659bfc68e70bd6e254b0e8c51
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> {
}