62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "transfercode",
|
|
"title": "转账码",
|
|
"primary": [
|
|
"id"
|
|
],
|
|
"catelog": "entity"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "customerid",
|
|
"title": "客户id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "amount",
|
|
"title": "金额",
|
|
"type": "float",
|
|
"length": 20
|
|
},
|
|
{
|
|
"name": "tcode",
|
|
"title": "转账码",
|
|
"type": "str",
|
|
"length": 7
|
|
},
|
|
{
|
|
"name": "curtime",
|
|
"title": "发起时间",
|
|
"type": "timestamp"
|
|
},
|
|
{
|
|
"name": "curdate",
|
|
"title": "发起日期",
|
|
"type": "date"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"title": "状态",
|
|
"type": "str",
|
|
"length": 1
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "customerid",
|
|
"table": "organization",
|
|
"valuefield": "id",
|
|
"textfield": "orgname"
|
|
}
|
|
]
|
|
} |