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

xignzi006 发布系统代码,后台体系[Spring Boot]

上级 1d3939b0
...@@ -1427,6 +1427,14 @@ public class Res_partnerDTO extends DTOBase implements Serializable { ...@@ -1427,6 +1427,14 @@ public class Res_partnerDTO extends DTOBase implements Serializable {
this.modify("signup_expiration",signupExpiration); this.modify("signup_expiration",signupExpiration);
} }
/**
* 设置 [CATEGORY_ID]
*/
public void setCategoryId(String categoryId){
this.categoryId = categoryId ;
this.modify("category_id",categoryId);
}
/** /**
* 设置 [WEBSITE_DESCRIPTION] * 设置 [WEBSITE_DESCRIPTION]
*/ */
......
...@@ -179,6 +179,14 @@ public class Res_supplierDTO extends DTOBase implements Serializable { ...@@ -179,6 +179,14 @@ public class Res_supplierDTO extends DTOBase implements Serializable {
this.modify("email",email); this.modify("email",email);
} }
/**
* 设置 [CATEGORY_ID]
*/
public void setCategoryId(String categoryId){
this.categoryId = categoryId ;
this.modify("category_id",categoryId);
}
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册