namespace DownKyi.Core.Settings; public enum OrderFormat { NotSet = 0, Natural, // 自然数 LeadingZeros, // 前导零填充 }