wangzelong
2022-10-24 aa63fe28851c03c57d2df8c6be9deb32a86dc4e0
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace IStation.WebApi
{
    /// <summary>
    /// Api版本信息
    /// </summary>
    public class ApiVersionInfo 
    {
        /// <summary>
        /// 第一版
        /// </summary>
        public static string V1 = "v1";
    }
}