fd33813bd9a21ab8de1d098a45b6c3fa9b7b67f7.svn-base 398 B

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