Employee
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
package `in`.sminnovations.attendanceapp.data.dataStore
|
||||||
|
|
||||||
|
data class Employee(
|
||||||
|
val androidID: String = "",
|
||||||
|
val dateOfJoining: String = "",
|
||||||
|
val dateOfLeaving: String = "",
|
||||||
|
val designation: String = "Android Developer",
|
||||||
|
val employeeStatus: Boolean = true,
|
||||||
|
val id: String = "",
|
||||||
|
val name: String = "",
|
||||||
|
val password: String = "",
|
||||||
|
val photo: String = "",
|
||||||
|
val dateOfBirth: String = ""
|
||||||
|
)
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package `in`.sminnovations.attendanceapp.screens.settings.data
|
||||||
|
|
||||||
|
class EmployeeDataSettings (
|
||||||
|
val name : String = "",
|
||||||
|
val id : String = "",
|
||||||
|
val designation : String = ""
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user