username@email.com
2021-06-28 8de9a465342385e0ebee7dc430abadd69a2b67dd
zhengcaioa/DTO/ProjectDTO.cs
@@ -19,6 +19,10 @@
        public string Drhx { get; set; }
        public string Drcunzai { get; set; }
        public string DrhxPrice { get; set; }
        public decimal? DrhxDefen { get; set; }
        public string DrhxDefenName { get; set; }
        public decimal? DshxDefen { get; set; }
        public string DshxDefenName { get; set; }
        public string Dshx { get; set; }
        public string Dscunzai { get; set; }
        public string DshxPrice { get; set; }
@@ -47,6 +51,7 @@
        public string[] ZhongbiaoId { get; set; }
        public string[] Names { get; set; }
        public string[] Price { get; set; }
        public decimal?[] Defen { get; set; }
        public string NamesZhongbiao { get; set; }
@@ -64,7 +69,7 @@
        public List<Projectyouxiao> Projectyouxiaos { get; set; }
        public List<Projectzhongbiao> Projectzhongbiaos { get; set; }
        public List<ProjectzhongbiaoDTO> Projectzhongbiaos { get; set; }
        public string[] ZhuanjiaList { get; set; }
    }
@@ -101,5 +106,7 @@
        public string ShiFouyReasonname { get; set; }
        public string Fencha { get; set; }
    }
}