remove default value
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m46s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m46s
This commit is contained in:
parent
63d983f831
commit
82a45b6811
1 changed files with 2 additions and 2 deletions
|
|
@ -18,10 +18,10 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveBeginnings
|
|||
public double LeaveDays { get; set; } = 0.0;
|
||||
|
||||
[Comment("จำนวนวันลาที่ใช้ไป")]
|
||||
public double? LeaveDaysUsed { get; set; } = 0.0;
|
||||
public double? LeaveDaysUsed { get; set; }
|
||||
|
||||
[Comment("จำนวนครั้งที่ลาสะสม")]
|
||||
public int? LeaveCount { get; set; } = 0;
|
||||
public int? LeaveCount { get; set; }
|
||||
|
||||
[Required, Comment("จำนวนวันลายกมาก่อนใช้ระบบ")]
|
||||
public double BeginningLeaveDays { get; set; } = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue