62d5e056f286d3689357d28f8435d839701c6f46.svn-base 353 B

1234567891011121314
  1. package org.jeecg.modules.demo.querymanage.service;
  2. import org.jeecg.modules.demo.querymanage.entity.Querymanage;
  3. import com.baomidou.mybatisplus.extension.service.IService;
  4. /**
  5. * @Description: 查询配置表
  6. * @Author: jeecg-boot
  7. * @Date: 2022-02-07
  8. * @Version: V1.0
  9. */
  10. public interface IQuerymanageService extends IService<Querymanage> {
  11. }