api บันทึกเครื่องราช
This commit is contained in:
parent
9abb9c5422
commit
51bdcf4041
50 changed files with 162548 additions and 111 deletions
|
|
@ -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("สถานะตำแหน่งที่ยื่นขอ")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue