เพิ่มลูกจ้าง api อัพเดทสถานะ mark ระบบเครื่องราช (issue ##1344)
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-05-23 17:54:36 +07:00
parent a2efb8d9af
commit c832465e71
3 changed files with 60 additions and 53 deletions

View file

@ -8,16 +8,16 @@
public bool? MarkRate { get; set; } = false;
public bool? MarkInsignia { get; set; } = false;
public string? Apr1 { get; set; }
public string? Apr2 { get; set; }
public string? Apr3 { get; set; }
public string? Apr4 { get; set; }
public string? Apr5 { get; set; }
public string? APR1 { get; set; }
public string? APR2 { get; set; }
public string? APR3 { get; set; }
public string? APR4 { get; set; }
public string? APR5 { get; set; }
public string? Oct1 { get; set; }
public string? Oct2 { get; set; }
public string? Oct3 { get; set; }
public string? Oct4 { get; set; }
public string? Oct5 { get; set; }
public string? OCT1 { get; set; }
public string? OCT2 { get; set; }
public string? OCT3 { get; set; }
public string? OCT4 { get; set; }
public string? OCT5 { get; set; }
}
}