uint/uint64全部改为uint32
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
// DeviceCommandLogListOptions 定义了查询设备命令日志时的可选参数
|
||||
type DeviceCommandLogListOptions struct {
|
||||
DeviceID *uint
|
||||
DeviceID *uint32
|
||||
ReceivedSuccess *bool
|
||||
StartTime *time.Time // 基于 sent_at 字段
|
||||
EndTime *time.Time // 基于 sent_at 字段
|
||||
|
||||
Reference in New Issue
Block a user