diff --git a/ssjygl-xsx-common/src/main/java/com/cowr/model/base/BaseCustomer.java b/ssjygl-xsx-common/src/main/java/com/cowr/model/base/BaseCustomer.java index 633caec..5cf7cc2 100644 --- a/ssjygl-xsx-common/src/main/java/com/cowr/model/base/BaseCustomer.java +++ b/ssjygl-xsx-common/src/main/java/com/cowr/model/base/BaseCustomer.java @@ -284,28 +284,6 @@ public abstract class BaseCustomer> extends BaseModel< return getInt("invoice_type"); } - /** - * 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: customer_type_id * type: INT(10)