typedef struct {
int hour;
int minute;
} Time;
typedef struct {
char name[20];
int id;
char department[20];
} Employee;
typedef struct {
char name[20];
Time startTime;
Time endTime;
} Shift;
利唐i人事HR社区,发布者:ihreditor,转转请注明出处:https://www.ihr360.com/hrnews/20241225815.html