55b5fbc8728b43c42f560df9eed40850d01a167c.svn-base 407 B

123456789101112131415161718
  1. package org.jeecg.modules.demo.hzz.shjsgc.xmxx.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.shjsgc.xmxx.entity.RmXmxx;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: 项目信息
  8. * @Author: jeecg-boot
  9. * @Date: 2022-04-07
  10. * @Version: V1.0
  11. */
  12. public interface RmXmxxMapper extends BaseMapper<RmXmxx> {
  13. }