| | |
| | | private String operaSymbol; |
| | | |
| | | @Column(name = "UPPER_LIMIT_") |
| | | @PropertyDef(label = "标准上限") |
| | | @PropertyDef(label = "标准值") |
| | | private Double upperLimit; |
| | | |
| | | @Column(name = "RULE_NUM_") |
| | | @PropertyDef(label = "扣重系数") |
| | | @PropertyDef(label = "增扣重系数") |
| | | private Double ruleNum; |
| | | |
| | | @Column(name = "RULE_REDUCE_") |
| | | @PropertyDef(label = "扣重比例") |
| | | private Double ruleReduce; |
| | | |
| | | @Column(name = "RULE_ADD_") |
| | | @PropertyDef(label = "增重%") |
| | | @PropertyDef(label = "增重比例") |
| | | private Double ruleAdd; |
| | | |
| | | @Column(name = "RULE_ADD_END_") |
| | | @PropertyDef(label = "增重上限%") |
| | | private Double ruleAddEnd; |
| | | |
| | | @Column(name = "RULE_REDUCE_") |
| | | @PropertyDef(label = "扣重%") |
| | | private Double ruleReduce; |
| | | |
| | | @Column(name = "RULE_PRICE_") |
| | | @PropertyDef(label = "扣费系数") |
| | | private Double rulePrice; |
| | | |
| | | @Column(name = "RULE_REDUCE_PRICE_") |
| | | @PropertyDef(label = "扣费") |
| | | @PropertyDef(label = "扣费比例") |
| | | private Double ruleReducePrice; |
| | | |
| | | @Column(name = "UPDATE_TIME_") |