root organization node

This commit is contained in:
MaxKey
2022-08-10 09:02:29 +08:00
parent e6458bf9aa
commit a8d5665e14
2 changed files with 12 additions and 1 deletions
@@ -25,6 +25,13 @@ import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import org.apache.mybatis.jpa.persistence.JpaBaseEntity;
/**
* root organization node,<br> id = instId or id = parentId or parentId = -1 or parentId = 0
* @author crystal.sea
*
*/
@Entity
@Table(name = "MXK_ORGANIZATIONS")
public class Organizations extends JpaBaseEntity implements Serializable {