北鸣对接T+畅捷通,看板API
yl
2023-11-20 f84de3e390ddb9f637342f16e758da4cbef5216e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace VueWebApi.Models
{
    public class AppVersion
    {
        public string path { get; set; }
        public string version { get; set; }
        public string dispyversion { get; set; }
        public string activeversion { get; set; }
        public string mustupgrade { get; set; }
    }
}