fix issue : ระบบลาและลงเวลา>>รายการลงเวลาปฏิบัติงาน (สอบถาม) #1074
Some checks failed
release-dev / release-dev (push) Failing after 12s
Some checks failed
release-dev / release-dev (push) Failing after 12s
This commit is contained in:
parent
7d88493a54
commit
8b7bfb5ea0
4 changed files with 28 additions and 0 deletions
|
|
@ -45,5 +45,7 @@
|
|||
public bool IsLocationCheckOut { get; set; } = true;
|
||||
|
||||
public string? CheckOutLocationName { get; set; } = string.Empty;
|
||||
|
||||
public string ProfileType { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,5 +37,7 @@
|
|||
public bool IsLocationCheckOut { get; set; } = true;
|
||||
|
||||
public string? CheckOutLocationName { get; set; } = string.Empty;
|
||||
|
||||
public string ProfileType { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,5 +37,7 @@
|
|||
public bool CheckOutIsLocation { get; set; } = false;
|
||||
|
||||
public string? CheckOutLocationName { get; set; } = string.Empty;
|
||||
|
||||
public string ProfileType { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue