using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace EC_SeckillInfo
{
///
///办公系统员工表
///
[SugarTable("OA_Staff")]
public partial class OA_Staff
{
public OA_Staff(){
}
///
/// Desc:员工编号
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
public int Keyid {get;set;}
///
/// Desc:所属厂商编号
/// Default:
/// Nullable:False
///
public Guid FirmId {get;set;}
///
/// Desc:姓名
/// Default:
/// Nullable:False
///
public string Name {get;set;}
///
/// Desc:性别
/// Default:
/// Nullable:False
///
public string Sex {get;set;}
///
/// Desc:登录账号
/// Default:
/// Nullable:True
///
public string StaffUserName {get;set;}
///
/// Desc:密码
/// Default:
/// Nullable:False
///
public string StaffUserPwd {get;set;}
///
/// Desc:手机
/// Default:
/// Nullable:True
///
public string MobieNum {get;set;}
///
/// Desc:QQ
/// Default:
/// Nullable:True
///
public string QQ {get;set;}
///
/// Desc:联系电话
/// Default:
/// Nullable:True
///
public string PhoneNum {get;set;}
///
/// Desc:Email
/// Default:
/// Nullable:True
///
public string Email {get;set;}
///
/// Desc:状态
/// Default:
/// Nullable:False
///
public string Status {get;set;}
///
/// Desc:最后修改时间
/// Default:
/// Nullable:False
///
public DateTime LastUpdateTime {get;set;}
///
/// Desc:操作人
/// Default:
/// Nullable:False
///
public string Operator {get;set;}
///
/// Desc:备注
/// Default:
/// Nullable:True
///
public string Remark {get;set;}
///
/// Desc:关联会员
/// Default:
/// Nullable:True
///
public Guid? MemberId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public bool? IsBusinessManager {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public bool? IsAccountManager {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? DepartmentId {get;set;}
///
/// Desc:个人档案唯一编码
/// Default:
/// Nullable:True
///
public string SM_Number {get;set;}
///
/// Desc:爱人姓名
/// Default:
/// Nullable:True
///
public string SM_SpouseName {get;set;}
///
/// Desc:爱人电话
/// Default:
/// Nullable:True
///
public string SM_SpousePhone {get;set;}
///
/// Desc:其他记录
/// Default:
/// Nullable:True
///
public string SM_OtherLog {get;set;}
///
/// Desc:职务
/// Default:
/// Nullable:True
///
public string SM_Post {get;set;}
///
/// Desc:学历
/// Default:
/// Nullable:True
///
public string SM_Degree {get;set;}
///
/// Desc:入职时间
/// Default:
/// Nullable:True
///
public DateTime? SM_StartWorkTime {get;set;}
///
/// Desc:薪资待遇
/// Default:
/// Nullable:True
///
public string SM_Money {get;set;}
///
/// Desc:是否购买社保
/// Default:
/// Nullable:True
///
public int? SM_IsSocialSecurity {get;set;}
///
/// Desc:社保类型
/// Default:
/// Nullable:True
///
public string SM_SocialSecurityType {get;set;}
///
/// Desc:社保卡号
/// Default:
/// Nullable:True
///
public string SM_SocialSecurityNumber {get;set;}
///
/// Desc:是否签订合同
/// Default:
/// Nullable:True
///
public int? SM_IsContract {get;set;}
///
/// Desc:合同签订时间
/// Default:
/// Nullable:True
///
public DateTime? SM_ContractStartTime {get;set;}
///
/// Desc:合同到期时间
/// Default:
/// Nullable:True
///
public DateTime? SM_ContractEndTime {get;set;}
///
/// Desc:离职审批
/// Default:
/// Nullable:True
///
public int? SM_EndWorkStatus {get;set;}
///
/// Desc:离职申请时间
/// Default:
/// Nullable:True
///
public DateTime? SM_EndWorkStartTime {get;set;}
///
/// Desc:离职时间
/// Default:
/// Nullable:True
///
public DateTime? SM_EndWorkTime {get;set;}
///
/// Desc:离职原因
/// Default:
/// Nullable:True
///
public string SM_EndWorkContent {get;set;}
///
/// Desc:部门主管签字
/// Default:
/// Nullable:True
///
public string SM_DepartmentHeads {get;set;}
///
/// Desc:行政部签字
/// Default:
/// Nullable:True
///
public string SM_AdministrationDepartment {get;set;}
///
/// Desc:财务部签字
/// Default:
/// Nullable:True
///
public string SM_MinistryFinance {get;set;}
///
/// Desc:总经理签字
/// Default:
/// Nullable:True
///
public string SM_GeneralManager {get;set;}
///
/// Desc:是否导入
/// Default:
/// Nullable:True
///
public int? SM_IsImporting {get;set;}
///
/// Desc:是否删除
/// Default:
/// Nullable:True
///
public int? SM_IsDelete {get;set;}
///
/// Desc:出生日期
/// Default:
/// Nullable:True
///
public DateTime? SM_Birthday {get;set;}
///
/// Desc:身份证号码
/// Default:
/// Nullable:True
///
public string SM_IDCardNum {get;set;}
///
/// Desc:身份证图片
/// Default:
/// Nullable:True
///
public string SM_IDCardPic {get;set;}
///
/// Desc:证书类型
/// Default:
/// Nullable:True
///
public string SM_CertificateType {get;set;}
///
/// Desc:证书图片
/// Default:
/// Nullable:True
///
public string SM_CertificatePic {get;set;}
///
/// Desc:现居省
/// Default:
/// Nullable:True
///
public string SM_NowProvince {get;set;}
///
/// Desc:现居市
/// Default:
/// Nullable:True
///
public string SM_NowCity {get;set;}
///
/// Desc:现居区
/// Default:
/// Nullable:True
///
public string SM_NowArea {get;set;}
///
/// Desc:现居地址
/// Default:
/// Nullable:True
///
public string SM_NowAddress {get;set;}
///
/// Desc:籍贯省
/// Default:
/// Nullable:True
///
public string SM_OldProvence {get;set;}
///
/// Desc:籍贯市
/// Default:
/// Nullable:True
///
public string SM_OldCity {get;set;}
///
/// Desc:籍贯区
/// Default:
/// Nullable:True
///
public string SM_OldArea {get;set;}
///
/// Desc:籍贯地址
/// Default:
/// Nullable:True
///
public string SM_OldAdress {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ManageProvince {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ManageCity {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ManageCountry {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ManageCountry1 {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? SM_SocialSecurityTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? SM_SocialSecurityAllMoney {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? SM_SocialSecurityFirmMoney {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public decimal? SM_SocialSecuritySelfMoney {get;set;}
}
}