downgrade Lib and Report API เพื่อรองรับการใช้งาน Report
This commit is contained in:
parent
9c610407f4
commit
041a4d8f3d
151 changed files with 1374 additions and 2188 deletions
|
|
@ -15,7 +15,8 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
[Required, Comment("จำนวนผู้สอบได้"), MaxLength(10)]
|
||||
public int Number { get; set; } = 0;
|
||||
[Required, Comment("ประเภทการสอบ")]
|
||||
public required PlacementType PlacementType { get; set; }
|
||||
public PlacementType PlacementType { get; set; }
|
||||
|
||||
[Required, Comment("วันที่เริ่มบัญชีบัญชี")]
|
||||
public DateTime StartDate { get; set; }
|
||||
[Required, Comment("วันที่สิ้นสุดบัญชี")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue