qwj
2023-08-16 f9d7dda81bbf85f32f07c2f301b00ebc2b952983
DocumentServiceAPI.Application/UserAndLogin/dto/Mapper.cs
@@ -1,4 +1,6 @@
using System;
using DocumentServiceAPI.Application.UserAndLogin.ViewMode;
using DocumentServiceAPI.Model.cyDocumentModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -10,7 +12,9 @@
    {
        public void Register(TypeAdapterConfig config)
        {
            config.ForType<Document_EmployeeInfo, EmployeeInfoVM>();
        }
    }
}