YL
2021-10-20 ebfaee5cff4080a59ee294fced93bbdcf659348b
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 WebAPI.Models
{
    public class Gy_User
    {
        public string Czybm { get; set; }
        public string Czymc { get; set; }
        public string Czmm { get; set; }
        public string Czyyz { get; set; }
        public string Explain { get; set; }
    }
}