pbl_domain_ext/json/pbl_domain_ref.json

61 lines
2.7 KiB
JSON

{
"tblname": "pbl_domain_ref",
"title": "PBL基础域薄扩展关联表(world/scene/entity)",
"params": {
"new_data_url": "{{entire_url('/pbl_domain_ext/api/pbl_domain_ref_bind.dspy')}}",
"update_data_url": "{{entire_url('/pbl_domain_ext/api/pbl_domain_ref_update.dspy')}}",
"delete_data_url": "{{entire_url('/pbl_domain_ext/api/pbl_domain_ref_unbind.dspy')}}",
"editable": {
"new_data_url": "{{entire_url('/pbl_domain_ext/api/pbl_domain_ref_bind.dspy')}}",
"update_data_url": "{{entire_url('/pbl_domain_ext/api/pbl_domain_ref_update.dspy')}}",
"delete_data_url": "{{entire_url('/pbl_domain_ext/api/pbl_domain_ref_unbind.dspy')}}"
},
"browserfields": {
"id": {"title": "主键", "uitype": "text", "width": 120},
"tenant_id": {"title": "租户ID", "uitype": "text", "width": 120},
"ref_type": {
"title": "关联对象类型",
"uitype": "code",
"width": 110,
"dataurl": "{{entire_url('/appbase/get_code.dspy?table=appcodes_kv&valuefield=k&textfield=v&cond=parentid%3D%27pbl_domain_ref_type%27')}}"
},
"ref_id": {"title": "基表记录ID", "uitype": "text", "width": 160},
"ref_code": {"title": "基表编码快照", "uitype": "text", "width": 130},
"ref_name": {"title": "基表名称快照", "uitype": "text", "width": 180},
"blueprint_id": {"title": "关联蓝图ID", "uitype": "text", "width": 150},
"class_id": {"title": "班级ID", "uitype": "text", "width": 120},
"team_id": {"title": "团队ID", "uitype": "text", "width": 120},
"bind_state": {
"title": "绑定状态",
"uitype": "code",
"width": 90,
"dataurl": "{{entire_url('/appbase/get_code.dspy?table=appcodes_kv&valuefield=k&textfield=v&cond=parentid%3D%27pbl_bind_state%27')}}"
},
"bind_at": {"title": "绑定时间", "uitype": "text", "width": 150},
"ext_json": {"title": "扩展JSON", "uitype": "textarea", "width": 200},
"is_deleted": {"title": "逻辑删除", "uitype": "text", "width": 80},
"creator_id": {"title": "创建人", "uitype": "text", "width": 110},
"created_at": {"title": "创建时间", "uitype": "text", "width": 150},
"updater_id": {"title": "更新人", "uitype": "text", "width": 110},
"updated_at": {"title": "更新时间", "uitype": "text", "width": 150}
},
"editexclouded": [
"id",
"tenant_id",
"creator_id",
"created_at",
"updater_id",
"updated_at",
"is_deleted",
"bind_at"
],
"exclouded": [
"ext_json"
],
"filters": ["tenant_id", "ref_type", "bind_state", "blueprint_id", "class_id", "team_id"],
"sortname": "bind_at",
"sortorder": "desc",
"rows": 20
}
}