step 13 : add rekap kehadiran homescreen
This commit is contained in:
@@ -13,6 +13,14 @@ type Mutation struct {
|
||||
type Query struct {
|
||||
}
|
||||
|
||||
type RekapKehadiranHomeScreen struct {
|
||||
Status *string `json:"status,omitempty"`
|
||||
Message *string `json:"message,omitempty"`
|
||||
Kehadiran *string `json:"kehadiran,omitempty"`
|
||||
TidakHadir *string `json:"tidak_hadir,omitempty"`
|
||||
Lembur *string `json:"lembur,omitempty"`
|
||||
}
|
||||
|
||||
type Staff struct {
|
||||
StaffID string `json:"staff_id"`
|
||||
Nip string `json:"nip"`
|
||||
|
||||
Reference in New Issue
Block a user