style: 清理代码注释和格式
This commit is contained in:
@@ -5,8 +5,8 @@ import "blazing/logic/service/common"
|
||||
// DeleteTaskInboundInfo
|
||||
type DeleteTaskInboundInfo struct {
|
||||
Head common.TomeeHeader `cmd:"2205|2232" struc:"skip"`
|
||||
TaskId uint32 `json:"taskId" description:"任务ID"` // 使用uint64
|
||||
TaskId uint32 `json:"taskId" description:"任务ID"`
|
||||
}
|
||||
type DeleteTaskOutboundInfo struct {
|
||||
TaskId uint32 `json:"taskId" description:"任务ID"` // 对应@UInt long和@FieldDescription
|
||||
TaskId uint32 `json:"taskId" description:"任务ID"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user