Fixed the issue when adding employee
This commit is contained in:
@@ -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 = "",
|
||||
|
||||
Reference in New Issue
Block a user