/// <summary> /// 回傳啟用表 /// </summary> /// <returns>啟用表</returns> public List <string> GetEnableList() { return(LastITag.GetEnableList()); }