fix error and add more api for cms

This commit is contained in:
Suphonchai Phoonsawat 2023-04-28 11:23:42 +07:00
parent 2bd62de015
commit 86ec5de116
20 changed files with 1600 additions and 124 deletions

View file

@ -16,7 +16,7 @@ namespace BMA.EHR.Recruit.Service.Models.Recruits
[Required, Comment("ครั้งที่"), Column(Order = 3)]
public int Order { get; set; } = 1; // Round
[Column(Order = 4, TypeName = "text"), Comment("รายละเอียด")]
[Column(Order = 4), Comment("รายละเอียด")]
public string? Detail { get; set; }
[Column(Order = 5), Comment("ค่าธรรมเนียม")]