5cf67b02a366f74cad433584871521d5553c2f60.svn-base 403 B

123456789101112131415
  1. package org.jeecg.modules.online.cgreport.service;
  2. import org.jeecg.modules.online.cgreport.entity.DiagramCombinationQueryConfig;
  3. import com.baomidou.mybatisplus.extension.service.IService;
  4. /**
  5. * @Description: 查询配置
  6. * @Author: jeecg-boot
  7. * @Date: 2020-11-13
  8. * @Version: V1.0
  9. */
  10. public interface IDiagramCombinationQueryConfigService extends IService<DiagramCombinationQueryConfig> {
  11. }