From 7b9e068cfe4e295f9ee960457d848c631f0136c7 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 27 八月 2021 16:09:56 +0800 Subject: [PATCH] 工作交接 --- zhengcaioa/DTO/ProjectDTO.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs index b2bec69..7116042 100644 --- a/zhengcaioa/DTO/ProjectDTO.cs +++ b/zhengcaioa/DTO/ProjectDTO.cs @@ -59,9 +59,12 @@ public string Fbyy { get; set; } public string Caigourenname { get; set; } + + public string Caigourennamecunzai { get; set; } public string Caigourenaddress { get; set; } public string Caigourencontact { get; set; } public string Dailiname { get; set; } + public string Dailinamecunzai { get; set; } public string Dailiaddress { get; set; } public string Dailicontact { get; set; } @@ -72,6 +75,13 @@ public List<ProjectzhongbiaoDTO> Projectzhongbiaos { get; set; } public string[] ZhuanjiaList { get; set; } + + public decimal? Fencha { get; set; } + public int? Shuliang { get; set; } + + public decimal? Caigouyusuan { get; set; } + + public string CaigouyusuanName { get; set; } } public class ProjectDTOSearch : SearchEntity @@ -108,5 +118,17 @@ public string Fencha { get; set; } + public string Caigourenname { get; set; } + + public string Dailiname { get; set; } + + public string Shuliang { get; set; } + + public string Fenchadayu { get; set; } + + public string Baojiachaxiaoyu { get; set; } + + + } } -- Gitblit v1.9.1