username@email.com
2021-10-15 60e78c332cd5597f955e150e1a5f239db8facc59
zhengcaioa/DTO/FiOrderrecievemoneyDTO.cs
@@ -23,12 +23,14 @@
        public string KhdwName { get; set; }
        public string OrderType { get; set; }
        public string OrderTypeName { get; set; }
        public string OrderTypeName1 { get; set; }
        public decimal Money { get; set; }
        public decimal YishouMoney { get; set; }
        public decimal WeishouMoney { get; set; }
        public string OrderStatus { get; set; }
        public string Caozuo { get; set; }
        public string XdTimeName { get; set; }
        public DateTime XdTime { get; set; }
        public string SubjectId { get; set; }
@@ -43,6 +45,10 @@
        public string OrderType { get; set; }
        public string Fkzt { get; set; }
        public string OrderNo { get; set; }
        public string HuiyuanId { get; set; }
        public string StartTime { get; set; }
        public string EndTime { get; set; }
    }
}