package service // 人力资源组对象(对应技能组) type PersonGrpSrv struct{ PersonGrpNr int PersonArray []PersonSrv WaitTaskArray []SchedTaskSrv }