Fixed the issue when adding employee
This commit is contained in:
@@ -12,7 +12,7 @@ data class Employee(
|
|||||||
var Name: String = "",
|
var Name: String = "",
|
||||||
|
|
||||||
@PropertyName("EmployeeStatus")
|
@PropertyName("EmployeeStatus")
|
||||||
var EmployeeStatus: Boolean = false,
|
var EmployeeStatus: Boolean = true,
|
||||||
|
|
||||||
@PropertyName("Designation")
|
@PropertyName("Designation")
|
||||||
var Designation: String = "",
|
var Designation: String = "",
|
||||||
|
|||||||
Reference in New Issue
Block a user