📄 dspersonel.designer.cs
字号:
private System.Data.DataColumn columnEmployeeWorkType;
private System.Data.DataColumn columnEmployeeDutyType;
private System.Data.DataColumn columnEmployeePostTitle;
private System.Data.DataColumn columnEmployeeBasePay;
private System.Data.DataColumn columnEmployeeOther;
private System.Data.DataColumn columnEmployeeFoldTime;
private System.Data.DataColumn columnEmployeeUnitWorkAge;
private System.Data.DataColumn columnEmployeeResume;
private System.Data.DataColumn columnBooker;
private System.Data.DataColumn columnBookInTime;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public tb_PersonnelDataTable() {
this.TableName = "tb_Personnel";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal tb_PersonnelDataTable(System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected tb_PersonnelDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeIDColumn {
get {
return this.columnEmployeeID;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeNameColumn {
get {
return this.columnEmployeeName;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeSexColumn {
get {
return this.columnEmployeeSex;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeIDcardColumn {
get {
return this.columnEmployeeIDcard;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeBirthColumn {
get {
return this.columnEmployeeBirth;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeAgeColumn {
get {
return this.columnEmployeeAge;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeFolkColumn {
get {
return this.columnEmployeeFolk;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeMarriageColumn {
get {
return this.columnEmployeeMarriage;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeePoliticsVisageColumn {
get {
return this.columnEmployeePoliticsVisage;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeePartyTimeColumn {
get {
return this.columnEmployeePartyTime;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeNativePlaceColumn {
get {
return this.columnEmployeeNativePlace;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeTelColumn {
get {
return this.columnEmployeeTel;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeMobileTelColumn {
get {
return this.columnEmployeeMobileTel;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeAddressColumn {
get {
return this.columnEmployeeAddress;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeCollegeColumn {
get {
return this.columnEmployeeCollege;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeSpecialityColumn {
get {
return this.columnEmployeeSpeciality;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeKultuLevelColumn {
get {
return this.columnEmployeeKultuLevel;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeLongSuitColumn {
get {
return this.columnEmployeeLongSuit;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeJoinWorkTimeColumn {
get {
return this.columnEmployeeJoinWorkTime;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeWorkAgeColumn {
get {
return this.columnEmployeeWorkAge;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeePhotoColumn {
get {
return this.columnEmployeePhoto;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeDeptColumn {
get {
return this.columnEmployeeDept;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeWorkTypeColumn {
get {
return this.columnEmployeeWorkType;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeDutyTypeColumn {
get {
return this.columnEmployeeDutyType;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeePostTitleColumn {
get {
return this.columnEmployeePostTitle;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeBasePayColumn {
get {
return this.columnEmployeeBasePay;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeOtherColumn {
get {
return this.columnEmployeeOther;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeFoldTimeColumn {
get {
return this.columnEmployeeFoldTime;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeUnitWorkAgeColumn {
get {
return this.columnEmployeeUnitWorkAge;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn EmployeeResumeColumn {
get {
return this.columnEmployeeResume;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn BookerColumn {
get {
return this.columnBooker;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn BookInTimeColumn {
get {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -