using System; namespace WX.CRM.Model.QueryMap { public class SzzyRefundView { public decimal SzzyOrderId { get; set; } public decimal Refund { get; set; } public decimal SaleUserId { get; set; } public decimal CommissionRatio { get; set; } public decimal Eid { get; set; } public decimal UserCommissionRatio { get; set; } public decimal UserRefund { get; set; } public DateTime ArrivalTime { get; set; } public DateTime Month { get; set; } } public class SzzyRefundMonthView { public DateTime Month { get; set; } public decimal AllRefund { get; set; } public decimal NotCurMonthRefund { get; set; } public decimal UnOpenRefund { get; set; } public decimal OpenRefund { get; set; } } public class SzzyRefundDetailMonthView { public DateTime RefundTime { get; set; } public decimal SzzyOrderId { get; set; } public string SubProductName { get; set; } public decimal Refund { get; set; } public decimal SaleUserId { get; set; } public decimal Eid { get; set; } public string UName { get; set; } public string CName { get; set; } public decimal CommissionRatio { get; set; } public decimal UserCommissionRatio { get; set; } public decimal? UserRefund { get; set; } public DateTime ArrivalTime { get; set; } public DateTime Month { get; set; } public decimal Gid { get; set; } public string GName { get; set; } public decimal IsJL { get; set; } public DateTime RefundDate { get; set; } public decimal IsOpen { get; set; } public string deptname { get; set; } public decimal? ISACTURALREFUND { get; set; } } }