|
|
@ -16,7 +16,10 @@ import com.epmet.datareport.dao.evaluationindex.screen.ScreenCustomerAgencyDao; |
|
|
|
import com.epmet.datareport.dao.evaluationindex.screen.ScreenCustomerGridDao; |
|
|
|
import com.epmet.datareport.redis.DataReportRedis; |
|
|
|
import com.epmet.datareport.service.evaluationindex.screen.AgencyService; |
|
|
|
import com.epmet.dto.*; |
|
|
|
import com.epmet.dto.AgencyInfoDTO; |
|
|
|
import com.epmet.dto.CustomerAgencyDTO; |
|
|
|
import com.epmet.dto.CustomerStaffDTO; |
|
|
|
import com.epmet.dto.ScreenCustomerGridDTO; |
|
|
|
import com.epmet.dto.form.AddAreaCodeDictFormDTO; |
|
|
|
import com.epmet.dto.form.AgencyDetailMulticFormDTO; |
|
|
|
import com.epmet.dto.form.AreaCodeDictFormDTO; |
|
|
@ -27,6 +30,7 @@ import com.epmet.dto.result.AreaCodeDictResultDTO; |
|
|
|
import com.epmet.dto.result.ParentListResultDTO; |
|
|
|
import com.epmet.dto.result.ScreenCustomerAgencyDTO; |
|
|
|
import com.epmet.dto.result.commonservice.AddAreaCodeDictResultDTO; |
|
|
|
import com.epmet.dto.result.govOrg.OrgTreeNode; |
|
|
|
import com.epmet.dto.result.plugins.AgencyNodeDTO; |
|
|
|
import com.epmet.evaluationindex.screen.constant.ScreenConstant; |
|
|
|
import com.epmet.evaluationindex.screen.dto.form.CompartmentByBizTypeFormDTO; |
|
|
|