This commit is contained in:
MaxKey
2022-01-22 17:53:32 +08:00
parent efda9101c6
commit 89ca99e153
6 changed files with 137 additions and 67 deletions

View File

@@ -64,6 +64,12 @@ public class OrganizationsCast extends JpaBaseEntity implements Serializable {
private String orgId;
@Column
private String orgParentId;
@Column
private String appId;
@Column
private String appName;
@Column
private String instId;