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 { }