支持虚拟组织
组织分为: 1、实体 2、虚拟
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user