username@email.com
2021-12-06 5a50381b4d3b30a8de467d01d657a3a842ee0298
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