23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"tblname": "acc_balance",
|
|
"title": "账户余额",
|
|
"params": {
|
|
"sortby": [
|
|
"acc_date desc"
|
|
],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id"
|
|
],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [
|
|
"id"
|
|
],
|
|
"editable": {
|
|
"new_data_url": "default",
|
|
"update_data_url": "default",
|
|
"delete_data_url": "default"
|
|
}
|
|
}
|
|
} |