//add新加2017-10-23 利润统计 namespace Dao { public class GwStatisProfitItem { public string Title { get; set; } public int OPID { get; set; } public string SpID { get; set; } public int APFee0 { get; set; } public int APFee1 { get; set; } public int APFee2 { get; set; } public int APFee3 { get; set; } public int APFee4 { get; set; } public int APFee5 { get; set; } public int OPFee0 { get; set; } public int OPFee1 { get; set; } public int OPFee2 { get; set; } public int OPFee3 { get; set; } public int OPFee4 { get; set; } public int OPFee5 { get; set; } } }