liaoxujun@qq.com
2023-08-04 b4f4b640ac62bf583e25512656ac92bb09872b8a
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,6 +12,8 @@
    {
        public void Register(TypeAdapterConfig config)
        {
            config.ForType<Document_EmployeeInfo, EmployeeInfoVM>();
          
        }
    }