using System; using System.Collections.Generic; using System.Text; namespace WIDESEA.Common.SubType { public enum SubType { /// /// 截取 /// Split = 1, /// /// 分割 /// Sub } }