refactor(docs): 清理代码注释中的冗余Java对应说明
This commit is contained in:
@@ -13,7 +13,7 @@ type InInfo struct { //这里直接使用组合来实现将传入的原始头部
|
||||
|
||||
// OutInfo 表示系统时间的出站消息
|
||||
type OutInfo struct {
|
||||
SystemTime uint32 `json:"systemTime"` // 对应Java的@UInt long类型
|
||||
SystemTime uint32 `json:"systemTime"` // @UInt long类型
|
||||
}
|
||||
|
||||
// NewOutInfo 创建新的系统时间消息实例
|
||||
|
||||
Reference in New Issue
Block a user