fix issue : ระบบลาและลงเวลา>>รายการลงเวลาปฏิบัติงาน (สอบถาม) #1074
Some checks failed
release-dev / release-dev (push) Failing after 12s

This commit is contained in:
Suphonchai Phoonsawat 2025-01-27 14:18:22 +07:00
parent 7d88493a54
commit 8b7bfb5ea0
4 changed files with 28 additions and 0 deletions

View file

@ -45,5 +45,7 @@
public bool IsLocationCheckOut { get; set; } = true;
public string? CheckOutLocationName { get; set; } = string.Empty;
public string ProfileType { get; set; } = string.Empty;
}
}

View file

@ -37,5 +37,7 @@
public bool IsLocationCheckOut { get; set; } = true;
public string? CheckOutLocationName { get; set; } = string.Empty;
public string ProfileType { get; set; } = string.Empty;
}
}

View file

@ -37,5 +37,7 @@
public bool CheckOutIsLocation { get; set; } = false;
public string? CheckOutLocationName { get; set; } = string.Empty;
public string ProfileType { get; set; } = string.Empty;
}
}