70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "acc_detail",
|
|
"title": "账户明细表",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "accountid",
|
|
"title": "账户id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "acc_no",
|
|
"title": "明细顺序号",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "acc_date",
|
|
"title": "记账日期",
|
|
"type": "date"
|
|
},
|
|
{
|
|
"name": "acc_timestamp",
|
|
"title": "记账时间戳",
|
|
"type": "timestamp"
|
|
},
|
|
{
|
|
"name": "acc_dir",
|
|
"title": "记账方向",
|
|
"type": "str",
|
|
"length": 1
|
|
},
|
|
{
|
|
"name": "summary",
|
|
"title": "摘要",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "amount",
|
|
"title": "记账金额",
|
|
"type": "float",
|
|
"length": 18
|
|
},
|
|
{
|
|
"name": "balance",
|
|
"title": "账户余额",
|
|
"type": "float",
|
|
"length": 18
|
|
},
|
|
{
|
|
"name": "acclogid",
|
|
"title": "账务流水id",
|
|
"type": "str",
|
|
"length": 32
|
|
}
|
|
]
|
|
} |