22 lines
585 B
C#
22 lines
585 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class AccessygsqModel
|
|
{
|
|
/*public int id { get; set; }
|
|
public int sbid { get; set; }
|
|
public int ygid { get; set; }*/
|
|
public string UserName { get; set; }//用户名
|
|
public string ID { get; set; }//ID
|
|
public string TrueName { get; set; }//姓名
|
|
public string JiaoSe { get; set; }//角色
|
|
public string ZhiWei { get; set; }//职务
|
|
public string ZaiGang { get; set; }//在岗
|
|
|
|
}
|
|
}
|