80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "minimax_bill",
|
|
"title": "minimax账单",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "customerid",
|
|
"title": "客户id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "acc_id",
|
|
"title": "用户id",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "modelinstanceid",
|
|
"title": "模型实例id",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "acc_name",
|
|
"title": "账号名称",
|
|
"type": "str",
|
|
"length": 100,
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "consume_time",
|
|
"title": "消费时间戳",
|
|
"type": "timestamp"
|
|
},
|
|
{
|
|
"name": "consume_token",
|
|
"title": "消费token数",
|
|
"type": "long"
|
|
},
|
|
{
|
|
"name": "consume_amt",
|
|
"title": "消费金额",
|
|
"type": "float",
|
|
"length": 18,
|
|
"dec": 2
|
|
},
|
|
{
|
|
"name": "create_at",
|
|
"title": "创建时间",
|
|
"type": "timestamp"
|
|
},
|
|
{
|
|
"name": "consume_date",
|
|
"title": "消费日期",
|
|
"type": "date"
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx1",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"customerid"
|
|
]
|
|
}
|
|
]
|
|
} |