refactor(docs): 清理代码注释中的冗余Java对应说明

This commit is contained in:
1
2025-08-26 23:22:10 +00:00
parent e129e82a8d
commit 5ba6f1b8ef
11 changed files with 42 additions and 42 deletions

View File

@@ -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 创建新的系统时间消息实例