From 876292b5a092977ac84c1c1699d9f3e45b9be67d Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期四, 07 九月 2023 15:29:12 +0800
Subject: [PATCH] 增加是否具有标书编辑功能权限字段,和创建权限订单逻辑
---
DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs
index 7f54305..4b92ef8 100644
--- a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs
+++ b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs
@@ -38,6 +38,29 @@
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 int Classification { get; set; }
+
+ public string FilePath { get; set; }
+
}
public class DocumentProjectInfoDTO
{
@@ -429,5 +452,7 @@
/// </summary>
public int CountyId { get; set; }
+
+
}
}
--
Gitblit v1.9.1