using System; using System.Collections.Generic; using System.Text; namespace APT.BaseData.Domain.Enums.OP { /// /// 续费单位 /// public enum EnvType { 内网 = 0, 外网 = 1 } /// /// 续费单位 /// public enum OPDateTypeEnum { 月 = 0, 年 = 1 } }