namespace XP.Common.License.Enums; /// /// 授权状态枚举 | License state enumeration /// public enum LicenseState : int { /// /// 授权成功 | Authorization successful /// Success = 10, /// /// 授权失败 | Authorization failed /// Fail = 20 }