yl
2023-01-06 88f0b4f47865c4af3153049965411a7795bc5e4c
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace VueWebApi.Models
{
    public class ObjectData
    {
        public string code { get; set; }
        public string name { get; set; }
    }
}