charge/json/charge_type.json
2025-10-21 18:02:28 +08:00

23 lines
367 B
JSON

{
"tblname": "charge_type",
"title":"收费类型",
"params": {
"sortby":"name",
"browserfields": {
"exclouded": ["id"],
"alters": {
}
},
"editexclouded": [
"id"
],
"subtables":[
{
"field":"ctid",
"title":"收费规格",
"subtable":"charge_type_spec"
}
]
}
}