|
@ -99,6 +99,7 @@ public partial class StoreEventAutoMapperProfile : Profile |
|
|
.Ignore(x => x.CompleteUserId) |
|
|
.Ignore(x => x.CompleteUserId) |
|
|
.Ignore(x => x.CompleteUserName) |
|
|
.Ignore(x => x.CompleteUserName) |
|
|
.Ignore(x => x.CompleteTime) |
|
|
.Ignore(x => x.CompleteTime) |
|
|
|
|
|
.Ignore(x => x.DepDetails) |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|
CreateMap<CountPlanDetailDTO, CountJobDetail>() |
|
|
CreateMap<CountPlanDetailDTO, CountJobDetail>() |
|
|