using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UIStandardWebApi.WebCore.SwaggerExtend { /// /// Api版本枚举 /// public enum ApiVersions { V1, V2, V3, V4 } }