|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
* |
|
|
|
|
* Ver 变更日期 负责人 变更内容 |
|
|
|
|
* ─────────────────────────────────── |
|
|
|
|
*V0.01 2024/12/24 14:54:00 SimonHsiao 初版 |
|
|
|
|
*V0.01 2024/12/24 15:07:47 SimonHsiao 初版 |
|
|
|
|
* |
|
|
|
|
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. |
|
|
|
|
*┌──────────────────────────────────┐ |
|
|
|
@ -74,12 +74,6 @@ public class Ghrh_OfferApplyOrder : BasePoco |
|
|
|
|
[Display(Name = "StaffType"), Description("员工类别"), MaxLength(32, ErrorMessage = "员工类别 不能超过 32 个字符")] |
|
|
|
|
public string StaffType { get; set; } |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 员工类别1 |
|
|
|
|
/// </summary> |
|
|
|
|
[Display(Name = "StaffType1"), Description("员工类别1"), MaxLength(32, ErrorMessage = "员工类别1 不能超过 32 个字符")] |
|
|
|
|
public string StaffType1 { get; set; } |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 职等 |
|
|
|
|
/// </summary> |
|
|
|
@ -310,4 +304,10 @@ public class Ghrh_OfferApplyOrder : BasePoco |
|
|
|
|
/// 厂区ID |
|
|
|
|
/// </summary> |
|
|
|
|
public int? ZoneId { get; set; } |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 员工类别1 |
|
|
|
|
/// </summary> |
|
|
|
|
[Display(Name = "StaffType1"), Description("员工类别1"), MaxLength(32, ErrorMessage = "员工类别1 不能超过 32 个字符")] |
|
|
|
|
public string StaffType1 { get; set; } |
|
|
|
|
} |
|
|
|
|