using UnityEngine; using System.Collections.Generic; /// /// 表示全局共享的组织机构信息。 /// public static class GlobalDeptInfos { /// /// 表示所有的组织机构信息,按行排列。 /// public static List DeptInfos = new List(); }