提交 24e6a5c5 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码 [Spring Boot]

上级 2d54028b
...@@ -209,6 +209,14 @@ public class Res_supplierDTO extends DTOBase implements Serializable { ...@@ -209,6 +209,14 @@ public class Res_supplierDTO extends DTOBase implements Serializable {
this.modify("category_id",categoryId); this.modify("category_id",categoryId);
} }
/**
* 设置 [PROPERTY_SUPPLIER_PAYMENT_TERM_ID]
*/
public void setPropertySupplierPaymentTermId(Long propertySupplierPaymentTermId){
this.propertySupplierPaymentTermId = propertySupplierPaymentTermId ;
this.modify("property_supplier_payment_term_id",propertySupplierPaymentTermId);
}
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册