int month; //月份 int code; //工人编号 string name; //姓名 float get[4]; //基本工资,津贴,房帖,交通补贴 float pay[4]; //房租,储蓄,交通费,会费 float tax; //个人所得税 float theory_num; //应发书 float reduce_num; //应扣数 float practice_num; //实发数 worker_inf *next; };