| | |
| | | |
| | | CreateMap<SysBaimingdan, SysBaimingdanDTO>(); |
| | | CreateMap<SysBaimingdanDTO, SysBaimingdan>(); |
| | | |
| | | |
| | | CreateMap<AdmTongxunlu, AdmTongxunluDTO>(); |
| | | CreateMap<AdmTongxunluDTO, AdmTongxunlu>(); |
| | | |
| | | CreateMap<AdmZhanghaomima, AdmZhanghaomimaDTO>(); |
| | | CreateMap<AdmZhanghaomimaDTO, AdmZhanghaomima>(); |
| | | |
| | | CreateMap<AdmGoodsRecord, AdmGoodsRecordDTO>(); |
| | | CreateMap<AdmGoodsRecordDTO, AdmGoodsRecord>(); |
| | | |
| | | CreateMap<ExpertTestTopic, ExpertTestTopicDTO>(); |
| | | CreateMap<ExpertTestTopicDTO, ExpertTestTopic>(); |
| | | |
| | | CreateMap<ExpertTestTopicanwser, ExpertTestTopicanwserDTO>(); |
| | | CreateMap<ExpertTestTopicanwserDTO, ExpertTestTopicanwser>(); |
| | | |
| | | CreateMap<ExpertTestTopicjiexi, ExpertTestTopicjiexiDTO>(); |
| | | CreateMap<ExpertTestTopicjiexiDTO, ExpertTestTopicjiexi>(); |
| | | |
| | | CreateMap<ExpertTestResult, ExpertTestResultDTO>(); |
| | | CreateMap<ExpertTestResultDTO, ExpertTestResult>(); |
| | | |
| | | CreateMap<ExpertTestTopicpeizhi, ExpertTestTopicpeizhiDTO>(); |
| | | CreateMap<ExpertTestTopicpeizhiDTO, ExpertTestTopicpeizhi>(); |
| | | |
| | | CreateMap<HrShebao, HrShebaoDTO>(); |
| | | CreateMap<HrShebaoDTO, HrShebao>(); |
| | | |
| | | } |
| | | } |