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

xignzi006 发布系统代码

上级 52499f06
......@@ -79,6 +79,13 @@ public class FISAccount extends EntityClient implements Serializable {
@JsonProperty("accountname")
private String accountname;
/**
* FISWorkOrderInstructions
*/
@JSONField(name = "fisworkorderinstructions")
@JsonProperty("fisworkorderinstructions")
private String fisworkorderinstructions;
......@@ -91,6 +98,14 @@ public class FISAccount extends EntityClient implements Serializable {
this.modify("accountname",accountname);
}
/**
* 设置 [FISWorkOrderInstructions]
*/
public void setFisworkorderinstructions(String fisworkorderinstructions){
this.fisworkorderinstructions = fisworkorderinstructions ;
this.modify("fisworkorderinstructions",fisworkorderinstructions);
}
}
......
......@@ -79,6 +79,13 @@ public class PSAccount extends EntityClient implements Serializable {
@JsonProperty("accountid")
private String accountid;
/**
* PSAexternalaccountid
*/
@JSONField(name = "psaexternalaccountid")
@JsonProperty("psaexternalaccountid")
private String psaexternalaccountid;
......@@ -91,6 +98,14 @@ public class PSAccount extends EntityClient implements Serializable {
this.modify("accountname",accountname);
}
/**
* 设置 [PSAexternalaccountid]
*/
public void setPsaexternalaccountid(String psaexternalaccountid){
this.psaexternalaccountid = psaexternalaccountid ;
this.modify("psaexternalaccountid",psaexternalaccountid);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册