username@email.com
2022-08-10 0a0421f0411471b83a8ff2356325ce21aeace60c
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; }
@@ -140,8 +141,13 @@
        public string[] Evidential { get; set; }
        public string[] Question { get; set; }
        public string[] Questionname { get; set; }
        public string[] Law { get; set; }
        public string[] Lawcoment { get; set; }
        public string[] RequestInfos { get; set; }
        public string[] RequestInfoname { get; set; }
        public string[] challengeItemId { get; set; }
        public string[] challengeItemIdlaw { get; set; }
@@ -164,7 +170,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; }
    }