step 13 : add rekap kehadiran homescreen

This commit is contained in:
sindhu
2024-02-02 17:07:17 +07:00
parent cadeeb6740
commit ab05382876
5 changed files with 700 additions and 5 deletions

View File

@@ -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"`