product/json/pricing_plan.crud.json
2025-12-05 18:03:14 +08:00

20 lines
364 B
JSON

{
"tblname": "pricing_plan",
"alias": "pricing_plan",
"title": "定价策略",
"params": {
"sortby": ["created_at desc"],
"browserfields": {
"exclouded": ["orgid", "plan_detail"]
},
"editexclouded": ["orgid", "created_at", "updated_at"],
"editor": {
"binds": []
}
}
}