//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EMIS.Entities.HRServices
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// Comm_Users
///
public partial class Comm_Users
{
///
/// userid
///
public string userid { get; set; }
///
/// loginid
///
public string loginid { get; set; }
///
/// username
///
public string username { get; set; }
///
/// dpid
///
public string dpid { get; set; }
///
/// telephone
///
public string telephone { get; set; }
///
/// mobile
///
public string mobile { get; set; }
///
/// email
///
public string email { get; set; }
///
/// cardid
///
public string cardid { get; set; }
///
/// employeeclassid
///
public string employeeclassid { get; set; }
///
/// jobtypeid
///
public string jobtypeid { get; set; }
///
/// birthday
///
public Nullable birthday { get; set; }
///
/// sex
///
public string sex { get; set; }
///
/// orderNo
///
public string orderNo { get; set; }
///
/// userrole
///
public string userrole { get; set; }
///
/// userligion
///
public string userligion { get; set; }
///
/// password
///
public string password { get; set; }
///
/// changepwddate
///
public Nullable changepwddate { get; set; }
///
/// isshow
///
public Nullable isshow { get; set; }
///
/// status
///
public string status { get; set; }
///
/// createdt
///
public Nullable createdt { get; set; }
///
/// updatedt
///
public Nullable updatedt { get; set; }
///
/// istmpuser
///
public Nullable istmpuser { get; set; }
///
/// SpecialLicensed
///
public Nullable SpecialLicensed { get; set; }
///
/// Comm_OrgInfo
///
public virtual Comm_OrgInfo Comm_OrgInfo { get; set; }
}
}