跟换eleepdpqd类

This commit is contained in:
huangzj
2023-05-30 14:01:39 +08:00
parent 8d4228d0eb
commit e452e21c71
3 changed files with 2 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ package com.njcn.harmonic.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.njcn.harmonic.pojo.po.EleEpdPqd;
import com.njcn.system.pojo.po.EleEpdPqd;
import org.apache.ibatis.annotations.Param;
import java.util.List;

View File

@@ -20,7 +20,7 @@ import com.njcn.harmonic.mapper.ExcelRptTempMapper;
import com.njcn.harmonic.pojo.dto.ReportTemplateDTO;
import com.njcn.harmonic.pojo.param.ReportSearchParam;
import com.njcn.harmonic.pojo.param.ReportTemplateParam;
import com.njcn.harmonic.pojo.po.EleEpdPqd;
import com.njcn.system.pojo.po.EleEpdPqd;
import com.njcn.harmonic.pojo.po.ExcelRpt;
import com.njcn.harmonic.pojo.po.ExcelRptTemp;
import com.njcn.harmonic.pojo.po.SysDeptTemp;