Yw.Application.DOCS.Core/00-core/Mapper.cs
@@ -25,9 +25,11 @@ #region 2-attach-file config.ForType<AddSysAttachFileInput, Model.SysAttachFile>(); config.ForType<AddSysAttachFileInput, Model.SysAttachFile>() .Map(dest => dest.Flags, src => src.Flags); config.ForType<UpdateSysAttachFileInput, Model.SysAttachFile>(); config.ForType<UpdateSysAttachFileInput, Model.SysAttachFile>() .Map(dest => dest.Flags, src => src.Flags); config.ForType<Model.SysAttachFile, SysAttachFileDto>();