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

xignzi006 发布系统代码 [Spring Boot]

上级 5d3a9543
...@@ -122,7 +122,7 @@ public class Res_supplier extends EntityMP implements Serializable { ...@@ -122,7 +122,7 @@ public class Res_supplier extends EntityMP implements Serializable {
@JsonProperty("category_id") @JsonProperty("category_id")
private String categoryId; private String categoryId;
/** /**
* 采购付款条 * 采购付款条
*/ */
@DEField(name = "property_supplier_payment_term_id") @DEField(name = "property_supplier_payment_term_id")
@TableField(value = "property_supplier_payment_term_id") @TableField(value = "property_supplier_payment_term_id")
...@@ -205,7 +205,7 @@ public class Res_supplier extends EntityMP implements Serializable { ...@@ -205,7 +205,7 @@ public class Res_supplier extends EntityMP implements Serializable {
} }
/** /**
* 设置 [采购付款条] * 设置 [采购付款条]
*/ */
public void setPropertySupplierPaymentTermId(Long propertySupplierPaymentTermId){ public void setPropertySupplierPaymentTermId(Long propertySupplierPaymentTermId){
this.propertySupplierPaymentTermId = propertySupplierPaymentTermId ; this.propertySupplierPaymentTermId = propertySupplierPaymentTermId ;
......
...@@ -48,7 +48,7 @@ public class Res_supplierSearchContext extends QueryWrapperContext<Res_supplier> ...@@ -48,7 +48,7 @@ public class Res_supplierSearchContext extends QueryWrapperContext<Res_supplier>
this.getSearchCond().eq("company_type", n_company_type_eq); this.getSearchCond().eq("company_type", n_company_type_eq);
} }
} }
private Long n_property_supplier_payment_term_id_eq;//[采购付款条] private Long n_property_supplier_payment_term_id_eq;//[采购付款条]
public void setN_property_supplier_payment_term_id_eq(Long n_property_supplier_payment_term_id_eq) { public void setN_property_supplier_payment_term_id_eq(Long n_property_supplier_payment_term_id_eq) {
this.n_property_supplier_payment_term_id_eq = n_property_supplier_payment_term_id_eq; this.n_property_supplier_payment_term_id_eq = n_property_supplier_payment_term_id_eq;
if(!ObjectUtils.isEmpty(this.n_property_supplier_payment_term_id_eq)){ if(!ObjectUtils.isEmpty(this.n_property_supplier_payment_term_id_eq)){
......
...@@ -151412,7 +151412,7 @@ ...@@ -151412,7 +151412,7 @@
{ {
"fieldname":"PROPERTY_SUPPLIER_PAYMENT_TERM_ID" , "fieldname":"PROPERTY_SUPPLIER_PAYMENT_TERM_ID" ,
"codename":"Property_supplier_payment_term_id", "codename":"Property_supplier_payment_term_id",
"field_logic_name":"采购付款条", "field_logic_name":"采购付款条",
"entity_name":"Res_supplier", "entity_name":"Res_supplier",
"ref_de":"ACCOUNT_PAYMENT_TERM", "ref_de":"ACCOUNT_PAYMENT_TERM",
"ref_field_name":"ID", "ref_field_name":"ID",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册