You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
933 B
27 lines
933 B
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CK.SCP.Models.AppBoxEntity.ExcelImportEntity
|
|
{
|
|
public class APPBOX_USER_EXCEL
|
|
{
|
|
public string 登录名称 {set;get;}
|
|
public string 密码 {set;get;}
|
|
public string 电子邮件 {set;get;}
|
|
public string 性别 {set;get;}
|
|
public string 姓名 {set;get;}
|
|
public string 英文名称 {set;get;}
|
|
public string QQ {set;get;}
|
|
public string 办公电话 {set;get;}
|
|
public string 家庭电话 {set;get;}
|
|
public string 移动电话 {set;get;}
|
|
public string 单位地址 {set;get;}
|
|
public string 供应商编号{set;get;}
|
|
public string 备注 {set;get;}
|
|
public string 所属地点 { set; get; }
|
|
|
|
}
|
|
}
|
|
|