fix: log add tenant name

This commit is contained in:
2024-06-24 20:33:30 +08:00
parent b14d777876
commit 4120483b17
3 changed files with 6 additions and 0 deletions

View File

@@ -34,4 +34,6 @@ type SysLogOperate struct {
OperTime int64 `json:"operTime"`
// 消耗时间(毫秒)
CostTime int64 `json:"costTime"`
// Tenant name refer to tenant_name of sys_tenant
TenantName string `json:"tenantName"`
}