From b42c3993c1fd3578e1ca18007bf57c48eac5f5cf Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 15 六月 2021 09:50:05 +0800 Subject: [PATCH] 提交 --- zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs index 1e2ba33..32fb0ce 100644 --- a/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs +++ b/zhengcaioa/CommonToolsCore/AutoMapperConfigs.cs @@ -181,6 +181,12 @@ CreateMap<FiBook, FiBookDTO>(); CreateMap<FiBookDTO, FiBook>(); + + CreateMap<AdmAttendanceDtl, AdmAttendanceDtlDTO>(); + CreateMap<AdmAttendanceDtlDTO, AdmAttendanceDtl>(); + + CreateMap<AdmAttendance, AdmAttendanceDTO>(); + CreateMap<AdmAttendanceDTO, AdmAttendance>(); } } } -- Gitblit v1.9.1