77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "bill",
|
|
"title": "账单",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "customerid",
|
|
"title": "客户编号",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "resellerid",
|
|
"title": "商户id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "productid",
|
|
"title": "产品id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "resourceid",
|
|
"title": "资源id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "orderid",
|
|
"title": "订单编号",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "business_op",
|
|
"title": "业务操作",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "amount",
|
|
"title": "金额",
|
|
"type": "float",
|
|
"length": 18
|
|
},
|
|
{
|
|
"name": "bill_date",
|
|
"title": "账单日期",
|
|
"type": "date"
|
|
},
|
|
{
|
|
"name": "bill_timestamp",
|
|
"title": "账单时间戳",
|
|
"type": "timestamp"
|
|
},
|
|
{
|
|
"name": "bill_state",
|
|
"title": "账单状态",
|
|
"type": "str",
|
|
"length": 1
|
|
}
|
|
]
|
|
} |