You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package service
|
|
|
|
// 人力资源组对象(对应技能组)
|
|
type PersonGrpSrv struct{
|
|
PersonGrpNr int
|
|
PersonArray []PersonSrv
|
|
WaitTaskArray []SchedTaskSrv
|
|
}
|