username@email.com
2021-12-07 e5d50b0415bef5e93c10b2bfbca98d377d3cad04
zhengcaioa/DTO/CooperOrderDTO.cs
@@ -127,6 +127,19 @@
        public string Agency { get; set; }
        public decimal YishouMoney { get; set; }
        public decimal WeishouMoney { get; set; }
        public string Status { get; set; }
        public string StatusName { get; set; }
        public string RequestInfo { get; set; }
        public string[] Evidential { get; set; }
        public string[] Question { get; set; }
        public string[] Law { get; set; }
        public string[] Lawcoment { get; set; }
        public string OrderId { get; set; }
        public int PrintNum { get; set; }
    }
    public class CooperOrderDTOSearch : SearchEntity