namespace Admin.Core.Enums { /// /// 接口版本 /// public enum ApiVersion { /// /// V1 版本 /// V1 = 1, /// /// V2 版本 /// V2 = 2, } }