ประวัติการขยายเพิ่มเก็บค่าจำนวนวันขยาย

This commit is contained in:
Kittapath 2023-12-07 23:43:49 +07:00
parent 0b4ea7c9ce
commit 84e656b0c8
7 changed files with 11514 additions and 0 deletions

View file

@ -13,6 +13,8 @@ namespace BMA.EHR.Domain.Models.Discipline
public string? Name { get; set; }
[Comment("ครั้งที่ขยาย")]
public int Num { get; set; }
[Comment("จำนวนวันที่การขยาย")]
public int? DaysExtend { get; set; }
[Comment("วันที่เริ่ม")]
public DateTime? DateStart { get; set; }
[Comment("วันที่สิ้นสุด")]

View file

@ -13,6 +13,8 @@ namespace BMA.EHR.Domain.Models.Discipline
public string? Name { get; set; }
[Comment("ครั้งที่ขยาย")]
public int Num { get; set; }
[Comment("จำนวนวันที่การขยาย")]
public int? DaysExtend { get; set; }
[Comment("วันที่เริ่ม")]
public DateTime? DateStart { get; set; }
[Comment("วันที่สิ้นสุด")]