uint ->int
This commit is contained in:
parent
1493c66778
commit
a4e4a27350
|
@ -14,6 +14,8 @@ type CmdListRequest struct {
|
|||
CmdName string `json:"cmd_name" form:"cmd_name" example:"155555555"`
|
||||
Status int `json:"status" form:"status" example:"1"`
|
||||
ExecuteType int `json:"execute_type" form:"execute_type" example:"46516"`
|
||||
ExecuteRead string `json:"execute_read"`
|
||||
ExecuteWrite string `json:"execute_write"`
|
||||
CmdIds []string `json:"cmd_id"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue