68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "bill_detail",
|
|
"title": "账单明细",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "accounting_orgid",
|
|
"title": "账务机构id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "billid",
|
|
"title": "账单ID",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "description",
|
|
"title": "账务说明",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "participantid",
|
|
"title": "记账方id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "participanttype",
|
|
"title": "记账方类型",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "subjectname",
|
|
"title": "科目名称",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "accounting_dir",
|
|
"title": "记账方向",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "amount",
|
|
"title": "账单金额",
|
|
"type": "float",
|
|
"length": 18,
|
|
"dec": 2
|
|
}
|
|
]
|
|
} |