package foundation.data.entity; public enum SelectState { Unselect, Current, CurrentAndChildren; }