lisai17@sina.com 2021-03-06 15:32:54 +08:00
parent d2df4c512e
commit 4f1b5221a5
1 changed files with 0 additions and 22 deletions

View File

@ -1112,28 +1112,6 @@ public abstract class BaseOrderTemp<M extends BaseOrderTemp<M>> extends BaseMode
return getInt("invoice_site"); 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 * name: ticket_code
* type: VARCHAR(20) * type: VARCHAR(20)