From 1aa53fde5eb18a39c53daf910d69cb857913b08d Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 06 七月 2022 15:23:02 +0800 Subject: [PATCH] 提交 --- zhengcaioa/DTO/ProjectDTO.cs | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs index 7116042..3b7862b 100644 --- a/zhengcaioa/DTO/ProjectDTO.cs +++ b/zhengcaioa/DTO/ProjectDTO.cs @@ -13,7 +13,11 @@ public string Sheng { get; set; } public string City { get; set; } public string AreaId { get; set; } + public string ShengName { get; set; } + public string CityName { get; set; } + public string AreaIdName { 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; } @@ -56,6 +60,7 @@ public string NamesZhongbiao { get; set; } public string Fblx { get; set; } + public string FblxName { get; set; } public string Fbyy { get; set; } public string Caigourenname { get; set; } @@ -89,6 +94,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 +138,7 @@ public string Baojiachaxiaoyu { get; set; } - + public string Chuanbiaofenxi { get; set; } } } -- Gitblit v1.9.1