ประวัติการขยายเพิ่มเก็บค่าจำนวนวันขยาย
This commit is contained in:
parent
0b4ea7c9ce
commit
84e656b0c8
7 changed files with 11514 additions and 0 deletions
|
|
@ -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("วันที่สิ้นสุด")]
|
||||
|
|
|
|||
|
|
@ -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("วันที่สิ้นสุด")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue