```
refactor(common): 统一使用 common.TomeeHeader 替代 player.TomeeHeader 将多处
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package task
|
||||
|
||||
import "blazing/logic/service/player"
|
||||
import "blazing/logic/service/common"
|
||||
|
||||
// AcceptTaskInboundInfo
|
||||
// 用于接收任务的入站信息
|
||||
type AcceptTaskInboundInfo struct {
|
||||
Head player.TomeeHeader `cmd:"2201|2231" struc:"[0]pad"`
|
||||
Head common.TomeeHeader `cmd:"2201|2231" struc:"[0]pad"`
|
||||
TaskId uint32 `json:"taskId" description:"任务ID"` // 任务ID,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user