api บันทึกเครื่องราช

This commit is contained in:
Kittapath 2023-08-23 20:30:30 +07:00
parent 9abb9c5422
commit 51bdcf4041
50 changed files with 162548 additions and 111 deletions

View file

@ -16,19 +16,19 @@ namespace BMA.EHR.Domain.Models.Insignias
public bool IsApprove { get; set; } = false;
[MaxLength(50)]
public string? QualificationStatus { get; set; }
// [MaxLength(50)]
// public string? QualificationStatus { get; set; }
[MaxLength(50)]
public string? DocumentStatus { get; set; }
// [MaxLength(50)]
// public string? DocumentStatus { get; set; }
[Column(TypeName = "text")]
public string? Note { get; set; }
// [Column(TypeName = "text")]
// public string? Note { get; set; }
[MaxLength(50)]
public string? Special { get; set; }
// [MaxLength(50)]
// public string? Special { get; set; }
[Column(TypeName = "text")]
[Column(TypeName = "text"), Comment("รายละเอียดเครื่องราชฯที่ขอ")]
public string? MatchingConditions { get; set; }
[Comment("สถานะตำแหน่งที่ยื่นขอ")]