package org.jeecg.modules.arj.g.mapper; import org.jeecg.modules.arj.g.entity.C13Ctsy; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** *
* 整张冲铁使用登记表 前端控制器 *
* * @author hyy * @since 2023-03-17 */ @Mapper public interface C13CtsyMapper extends BaseMapper