username@email.com
2022-06-16 7df23c739201c4413e3e64affae1707a694a2e1b
zhengcaioa/DTO/CooperOrderDTO.cs
@@ -19,6 +19,7 @@
        public decimal? OrderNum { get; set; }
        public decimal? Price { get; set; }
        public decimal? Money { get; set; }
        public string MoneyName { get; set; }
        public string Shr { get; set; }
        public string ShrAddress { get; set; }
        public string ShrTel { get; set; }
@@ -164,7 +165,10 @@
        public int BiddingDocumentsCountused { get; set; }
        public int ComplaintsDisputeCountused { get; set; }
        public int PerformanceDisputeCountused { get; set; }
        public decimal? Jichumoney { get; set; }
        public string Xmname { get; set; }
        public string Xmcode { get; set; }
        public string JichumoneyName { get; set; }
    }