Fixed the issue when adding employee

This commit is contained in:
sathwikcs
2025-03-03 13:09:46 +05:30
parent 43317574e9
commit 43d6979fac

View File

@@ -12,7 +12,7 @@ data class Employee(
var Name: String = "",
@PropertyName("EmployeeStatus")
var EmployeeStatus: Boolean = false,
var EmployeeStatus: Boolean = true,
@PropertyName("Designation")
var Designation: String = "",