namespace IStation.WebApi { /// /// Api版本信息 /// public class ApiVersionInfo { /// /// 第一版 /// public static string V1 = "v1"; } }