From 67a0042c5f29e4bb0e0b82f6190f2bc51480b45c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 28 二月 2023 13:25:09 +0800
Subject: [PATCH] 工资绩效改版

---
 zhengcaioa/DTO/WebCrawler/ZhengfuProjectDTO.cs |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/DTO/WebCrawler/ZhengfuProjectDTO.cs b/zhengcaioa/DTO/WebCrawler/ZhengfuProjectDTO.cs
index a096f5a..ff83931 100644
--- a/zhengcaioa/DTO/WebCrawler/ZhengfuProjectDTO.cs
+++ b/zhengcaioa/DTO/WebCrawler/ZhengfuProjectDTO.cs
@@ -8,11 +8,15 @@
     {
         public string Id { get; set; }
         public DateTime NoticeTime { get; set; }
+        public string NoticeTimeName { get; set; }
         public string Sheng { get; set; }
         public string City { get; set; }
         public string RegionCode { get; set; }
+        public string ShengName { get; set; }
         public string Cgfs { get; set; }
+        public string CgfsName { get; set; }
         public string Gglx { get; set; }
+        public string GglxName { get; set; }
         public string OpenTenderCode { get; set; }
         public string Title { get; set; }
         public string Shorttitle { get; set; }
@@ -20,14 +24,42 @@
         public string Remark { get; set; }
         public string RecStatus { get; set; }
         public string Creater { get; set; }
+        public string CreaterName { get; set; }
         public DateTime Createtime { get; set; }
         public string Modifier { get; set; }
         public DateTime Modifytime { get; set; }
         public string Content { get; set; }
+        public string Content1 { get; set; }
         public string Pingmu { get; set; }
         public string Purchaser { get; set; }
         public decimal? Budget { get; set; }
         public string Agency { get; set; }
         public string AgencyCode { get; set; }
+        public DateTime? OpenTenderTime { get; set; }
+    }
+
+    public class ZhengfuProjectDTOSearch : SearchEntity
+    {
+        public string StartTime { get; set; }
+
+
+
+        public string Createtime { get; set; }
+        public string Creater { get; set; }
+
+        public string Sheng { get; set; }
+        public string City { get; set; }
+        public string AreaId { get; set; }
+
+        public string Cgfs { get; set; }
+        public string Gglx { get; set; }
+
+        public string Number { get; set; }
+        public string Name { get; set; }
+
+
+
+         
+
     }
 }

--
Gitblit v1.9.1