using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YLErp.DBModels.Consts { public enum ConstSwapFloatRateEnum { /// /// 普通 /// Normal=0, /// /// 特殊 /// Special=1 } }