Lius
2024-10-21 316ef1bf39d16a29c27fe26393e704c1d0b963f9
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> {
}