修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-10-21 15:28:46 +08:00
parent 8ec37f4337
commit 80f05c2b74
2 changed files with 23 additions and 8 deletions
@@ -298,6 +298,16 @@ namespace IRaCIS.Application.Contracts
public string WeChat { get; set; } = String.Empty;
public int Nation { get; set; }
/// <summary>
/// 工作兼职
/// </summary>
public string WorkPartTime { get; set; } = string.Empty;
/// <summary>
/// 工作兼职En
/// </summary>
public string WorkPartTimeEn { get; set; } = string.Empty;
}