1
wangsheng
2022-03-22 49d5052a4a51a639d1c75d6feca56f8ae2e5e568
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
//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; }
    }
}