清理模型
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-12 10:48:43 +08:00
parent 650f4706a8
commit 2f1f266ea3
2 changed files with 1 additions and 7 deletions
@@ -4,15 +4,11 @@ namespace IRaCIS.Core.Application.Service.WorkLoad.DTO
{
public class EnrollViewModel
{
[StringLength(50)]
public string ChineseName { get; set; } = string.Empty;
[StringLength(100)]
public string FirstName { get; set; } = string.Empty;
[StringLength(100)]
public string LastName { get; set; } = string.Empty;
public decimal? AdjustmentMultiple { get; set; } = 0;