增加cacc_id
This commit is contained in:
parent
43a67e9721
commit
a55deefb8b
|
@ -81,6 +81,7 @@ public class BaseEntity implements Serializable {
|
|||
**/
|
||||
private String dataSourceCode;
|
||||
private String acc_name;
|
||||
private String cacc_id;
|
||||
|
||||
public static long getSerialVersionUID() {
|
||||
return serialVersionUID;
|
||||
|
@ -267,6 +268,14 @@ public class BaseEntity implements Serializable {
|
|||
this.companyId = companyId;
|
||||
}
|
||||
|
||||
public String getCacc_id() {
|
||||
return cacc_id;
|
||||
}
|
||||
|
||||
public void setCacc_id(String cacc_id) {
|
||||
this.cacc_id = cacc_id;
|
||||
}
|
||||
|
||||
public void setCreate() {
|
||||
this.setId(UUIDUtils.getUUID());
|
||||
this.setSts("Y");
|
||||
|
|
Loading…
Reference in New Issue