This commit is contained in:
@@ -16,9 +16,10 @@ type AssetOperationLogItem struct {
|
||||
ID uint `json:"id" description:"日志ID"`
|
||||
CreatedAt time.Time `json:"created_at" description:"操作时间"`
|
||||
|
||||
OperatorID *uint `json:"operator_id,omitempty" description:"操作人ID(系统触发为空)"`
|
||||
OperatorType string `json:"operator_type" description:"操作人类型(system/admin_user/agent_user/enterprise_user/personal_customer)"`
|
||||
OperatorName string `json:"operator_name" description:"操作人名称快照"`
|
||||
OperatorID *uint `json:"operator_id,omitempty" description:"操作人ID(系统触发为空)"`
|
||||
OperatorType string `json:"operator_type" description:"操作人类型名称 (系统:系统, 平台用户:平台用户, 代理账号:代理账号, 企业账号:企业账号, 个人客户:个人客户)"`
|
||||
OperatorTypeCode string `json:"operator_type_code" description:"操作人类型编码(system/admin_user/agent_user/enterprise_user/personal_customer)"`
|
||||
OperatorName string `json:"operator_name" description:"操作人名称(优先返回可读名称)"`
|
||||
|
||||
AssetType string `json:"asset_type" description:"资产类型(iot_card/device)"`
|
||||
AssetID uint `json:"asset_id" description:"资产ID"`
|
||||
|
||||
Reference in New Issue
Block a user