From 7df23c739201c4413e3e64affae1707a694a2e1b Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 六月 2022 12:56:47 +0800
Subject: [PATCH] 打印合同
---
zhengcaioa/DTO/ProjectDTO.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs
index 7116042..a35fe7d 100644
--- a/zhengcaioa/DTO/ProjectDTO.cs
+++ b/zhengcaioa/DTO/ProjectDTO.cs
@@ -14,6 +14,7 @@
public string City { get; set; }
public string AreaId { get; set; }
public string Cgfs { get; set; }
+ public string CgfsName { get; set; }
public string Number { get; set; }
public string Name { get; set; }
public string Drhx { get; set; }
@@ -89,6 +90,11 @@
public string StartTimestar { get; set; }
public string StartTimeend { get; set; }
+
+ public string KaibiaoTimeStar { get; set; }
+
+ public string KaibiaoTimeEnd { get; set; }
+
public string Sheng { get; set; }
public string City { get; set; }
public string AreaId { get; set; }
@@ -128,7 +134,7 @@
public string Baojiachaxiaoyu { get; set; }
-
+ public string Chuanbiaofenxi { get; set; }
}
}
--
Gitblit v1.9.1