日志参数转字符串

This commit is contained in:
yuguojian
2025-07-15 16:17:28 +08:00
parent f6c7d66376
commit 06d888e8de

View File

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