3919f4191f894e3a14f735a72690682f7ab3c983.svn-base 394 B

1234567891011121314151617
  1. package org.jeecg.modules.demo.hzz.xzqh.cjxzq.mapper;
  2. import java.util.List;
  3. import org.apache.ibatis.annotations.Param;
  4. import org.jeecg.modules.demo.hzz.xzqh.cjxzq.entity.Cjxzq;
  5. import com.baomidou.mybatisplus.core.mapper.BaseMapper;
  6. /**
  7. * @Description: cjxzq
  8. * @Author: jeecg-boot
  9. * @Date: 2022-01-12
  10. * @Version: V1.0
  11. */
  12. public interface CjxzqMapper extends BaseMapper<Cjxzq> {
  13. }