移动系统liao
2024-12-26 b80a3aa37ac5bed12dd6c49e9e731d5f375f80d9
DocumentServiceAPI.Application/WorkRemind/dto/Mapper.cs
@@ -1,4 +1,6 @@
using DocumentServiceAPI.Application.UserAndLogin.ViewMode;
using DocumentServiceAPI.Application.ProjectInfo.ViewMode;
using DocumentServiceAPI.Application.UserAndLogin.ViewMode;
using DocumentServiceAPI.Application.WorkRemind.ViewMode;
using DocumentServiceAPI.Model.cyDocumentModel;
using System;
using System.Collections.Generic;
@@ -12,7 +14,8 @@
    {
        public void Register(TypeAdapterConfig config)
        {
            config.ForType<DocumentWorkRemindDTO, Document_WorkRemind>();
            config.ForType<Document_WorkRemind, DocumentWorkRemindDTO>();
        }
    }