This commit is contained in:
chi
2022-04-21 13:28:55 +09:00
parent b6607dde2d
commit 620c0e6d20
4 changed files with 23 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ namespace Project
public Boolean Log_IO { get; set; }
#endregion
[DisplayName("업무일지8시간초과입력불가"),Description("업무일지 근무시간 란에 8시간을 초과 입력 할 수 없게 합니다")]
public Boolean Disable8HourOver { get; set; }
[DisplayName("원달러환율")]
public double wondoller { get; set; }