Compare commits

...

1 Commits

Author SHA1 Message Date
yuguojian
06d888e8de 日志参数转字符串 2025-07-15 16:17:28 +08:00

View File

@@ -36,7 +36,7 @@ const (
) )
type Operator struct { type Operator struct {
ID int // 系统ID设置0 ID int `json:"id"` // 系统ID设置0
OperatorType OperatorType `json:"operator_type"` OperatorType OperatorType `json:"operator_type"`
} }