|
@@ -226,6 +226,7 @@ type LvUser struct { |
|
|
LevelWeight int // 权重 |
|
|
LevelWeight int // 权重 |
|
|
Profit float64 // 利润(金额) |
|
|
Profit float64 // 利润(金额) |
|
|
SubsidyFee float64 // 补贴(金额) |
|
|
SubsidyFee float64 // 补贴(金额) |
|
|
|
|
|
AdditionalSubsidy float64 |
|
|
MinLevel int |
|
|
MinLevel int |
|
|
IsFreeze int |
|
|
IsFreeze int |
|
|
MinProfit float64 // 利润(金额) |
|
|
MinProfit float64 // 利润(金额) |
|
|