支持虚拟组织

组织分为:
1、实体
2、虚拟
This commit is contained in:
MaxKey
2022-06-24 11:15:38 +08:00
parent 27ccc425b7
commit e01ff78c7a
10 changed files with 138 additions and 431 deletions

View File

@@ -49,6 +49,10 @@ public class Organizations extends JpaBaseEntity implements Serializable {
private String parentCode;
@Column
private String parentName;
/**
* 1. entity
* 2. virtual
*/
@Column
private String type;
@Column