From c5cae80b64b4c56601835f4d40e204a462563094 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期二, 29 八月 2023 16:56:38 +0800 Subject: [PATCH] 修正登录逻辑 取消租户登录选项,修正消息租户会自动创建一个员工账号,一企业账号 --- DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs index 7f54305..4725daa 100644 --- a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs +++ b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs @@ -38,6 +38,26 @@ public int ddlLitigationStatus { get; set; } public int UnitId { get; set; } public string Experts { get; set; } + + public string FileName { get; set; } + + public int ProjectId { get; set; } + + public string delegateName { get; set; } + + public int isUse { get; set; } + + public string UnitName { get; set; } + public int IsUsed { get; set; } + + public string txtName { get; set; } + + public string txtWorkStartTime { get; set; } + public string txtWorkEndTime { get; set; } + public string txtEmployeeId { get; set; } + public string projectName { get; set; } + public string txtWorkItem { get; set; } + } public class DocumentProjectInfoDTO { -- Gitblit v1.9.1