36 lines
745 B
JSON
36 lines
745 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "paychannel",
|
|
"title": "支付渠道",
|
|
"primary": [
|
|
"id"
|
|
],
|
|
"catelog": "entity"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "支付渠道名称",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "enabled_date",
|
|
"title": "启用日期",
|
|
"type": "date"
|
|
},
|
|
{
|
|
"name": "expired_date",
|
|
"title": "禁用日期",
|
|
"type": "date"
|
|
}
|
|
]
|
|
} |