daa1f0895102e590a326be6b50df4053a47347a8.svn-base 414 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.shjsgc.yspxm.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.shjsgc.yspxm.entity.RmYspxm;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 已审批项目
  8. * @Author: jeecg-boot
  9. * @Date: 2022-02-10
  10. * @Version: V1.0
  11. */
  12. public interface RmYspxmMapper extends BaseMapper<RmYspxm> {
  13. }