dev
parent
d2df4c512e
commit
4f1b5221a5
|
|
@ -1112,28 +1112,6 @@ public abstract class BaseOrderTemp<M extends BaseOrderTemp<M>> extends BaseMode
|
|||
return getInt("invoice_site");
|
||||
}
|
||||
|
||||
/**
|
||||
* name: weight_discount
|
||||
* type: DECIMAL(6,4)
|
||||
* isNullable: NO
|
||||
* isPrimaryKey: NO
|
||||
* defaultValue: 1.0000
|
||||
* @param weightDiscount 重量折扣系数
|
||||
*/
|
||||
@JSONField(name="weight_discount")
|
||||
public void setWeightDiscount(java.math.BigDecimal weightDiscount) {
|
||||
set("weight_discount", weightDiscount);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return weight_discount 重量折扣系数
|
||||
*/
|
||||
@JSONField(name="weight_discount")
|
||||
public java.math.BigDecimal getWeightDiscount() {
|
||||
return get("weight_discount");
|
||||
}
|
||||
|
||||
/**
|
||||
* name: ticket_code
|
||||
* type: VARCHAR(20)
|
||||
|
|
|
|||
Loading…
Reference in New Issue