|
@@ -11,147 +11,147 @@ namespace OASystem.Domain.Entities.System
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string CnName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType ="varchar(50)")]
|
|
|
public string EnName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string Number { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType ="int")]
|
|
|
public int CompanyId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType ="int")]
|
|
|
public int DepId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
public int JobPostId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string Password { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
public int Sex { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string Ext { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string Phone { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string UrgentPhone { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string Email { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 200)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType ="varchar(200)")]
|
|
|
public string Address { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "DateTime")]
|
|
|
public DateTime Edate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "DateTime")]
|
|
|
public DateTime Rdate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
public int Seniority { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType = "DateTime")]
|
|
|
public DateTime Birthday { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 20)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType ="varchar(20)")]
|
|
|
public string IDCard { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "DateTime")]
|
|
|
public DateTime StartWorkDate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 200)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType ="varchar(200)")]
|
|
|
public string GraduateInstitutions { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 50)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType ="varchar(50)")]
|
|
|
public string Professional { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType ="int")]
|
|
|
public int Education { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType ="int")]
|
|
|
public int TheOrAdultEducation { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 200)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType ="varchar(200)")]
|
|
|
public string MaritalStatus { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 200)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
public string HomeAddress { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 200)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(200)")]
|
|
|
public string UsePeriod { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 500)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
|
public string WorkExperience { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false, Length = 500)]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
|
public string Certificate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = false)]
|
|
|
+ [SugarColumn(IsNullable = true,ColumnDataType ="int")]
|
|
|
public int HrAudit { get; set; }
|
|
|
|
|
|
|