| 1234567891011121314151617 | package org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.mapper;import java.util.List;import org.apache.ibatis.annotations.Param;import org.jeecg.modules.demo.hzz.shjsgc.pjbfxm.entity.RmPjbfxm;import com.baomidou.mybatisplus.core.mapper.BaseMapper;/** * @Description: 批建不符项目 * @Author: jeecg-boot * @Date:   2022-02-10 * @Version: V1.0 */public interface RmPjbfxmMapper extends BaseMapper<RmPjbfxm> {}
 |