refactor: 重命名llmusage字段标题为orgname/username/model

This commit is contained in:
yumoqing 2026-06-25 18:21:32 +08:00
parent a32249375d
commit 13c123c967

View File

@ -18,7 +18,7 @@
}, },
{ {
"name": "llmid", "name": "llmid",
"title": "模型id", "title": "model",
"type": "str", "type": "str",
"length": 32 "length": 32
}, },
@ -34,7 +34,7 @@
}, },
{ {
"name": "userid", "name": "userid",
"title": "用户id", "title": "username",
"type": "str", "type": "str",
"length": 32 "length": 32
}, },
@ -96,13 +96,13 @@
}, },
{ {
"name": "userorgid", "name": "userorgid",
"title": "用户机构id", "title": "orgname",
"type": "str", "type": "str",
"length": 32 "length": 32
}, },
{ {
"name": "ownerid", "name": "ownerid",
"title": "模型机构id", "title": "orgname",
"type": "str", "type": "str",
"length": 32 "length": 32
}, },