old mode 100644
new mode 100755
| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "planId", |
| | | "name": "contractChangePlan", |
| | | "desc": "合同变更计划", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "store", |
| | | "tableName": "contract_change_plan", |
| | | "param": { |
| | | "planId": "plan_id", |
| | | "contractId": "contract_id", |
| | | "planType": "plan_type", |
| | | "changePerson": "change_person", |
| | | "section": "section", |
| | | "remark": "remark", |
| | | "statusCd": "status_cd", |
| | | "roomSubType": "room_sub_type", |
| | | "roomArea": "room_area", |
| | | "userId": "user_id", |
| | | "roomId": "room_id", |
| | | "layer": "layer", |
| | | "feeCoefficient": "fee_coefficient", |
| | | "builtUpArea": "built_up_area", |
| | | "roomNum": "room_num", |
| | | "unitId": "unit_id", |
| | | "state": "state", |
| | | "storeId": "store_id", |
| | | "statusCd": "status_cd" |
| | | "communityId": "community_id", |
| | | "apartment": "apartment", |
| | | "roomType": "room_type", |
| | | "roomRent": "room_rent" |
| | | }, |
| | | "name": "room", |
| | | "shareColumn": "community_id", |
| | | "id": "roomId", |
| | | "shareName": "community", |
| | | "autoMove": true, |
| | | "required": [ |
| | | { |
| | | "code": "planType", |
| | | "msg": "变更类型不能为空" |
| | | "msg": "房屋ID不能为空", |
| | | "code": "roomId" |
| | | }, |
| | | { |
| | | "code": "changePerson", |
| | | "msg": "变更人不能为空" |
| | | "msg": "房屋编号不能为空", |
| | | "code": "roomNum" |
| | | }, |
| | | { |
| | | "code": "state", |
| | | "msg": "审核状态不能为空" |
| | | "msg": "单元ID不能为空", |
| | | "code": "unitId" |
| | | }, |
| | | { |
| | | "code": "storeId", |
| | | "msg": "商户不能为空" |
| | | "msg": "层数不能为空", |
| | | "code": "layer" |
| | | }, |
| | | { |
| | | "msg": "户型不能为空", |
| | | "code": "apartment" |
| | | }, |
| | | { |
| | | "msg": "建筑面积不能为空", |
| | | "code": "builtUpArea" |
| | | }, |
| | | { |
| | | "msg": "算费系数不能为空", |
| | | "code": "feeCoefficient" |
| | | }, |
| | | { |
| | | "msg": "用户ID不能为空", |
| | | "code": "userId" |
| | | }, |
| | | { |
| | | "msg": "数据状态,详细参考c_status表,S 保存,0, 在用 1失效不能为空", |
| | | "code": "statusCd" |
| | | }, |
| | | { |
| | | "msg": "房屋状态,如房屋出售等,请查看state 表不能为空", |
| | | "code": "state" |
| | | }, |
| | | { |
| | | "msg": "房屋类型不能为空", |
| | | "code": "roomType" |
| | | }, |
| | | { |
| | | "msg": "房屋类型 110 住宅房屋,119 办公室 120 宿舍不能为空", |
| | | "code": "roomSubType" |
| | | }, |
| | | { |
| | | "msg": "室内面积不能为空", |
| | | "code": "roomArea" |
| | | }, |
| | | { |
| | | "msg": "租金不能为空", |
| | | "code": "roomRent" |
| | | } |
| | | ] |
| | | ], |
| | | "desc": "房屋", |
| | | "shareParam": "communityId", |
| | | "tableName": "building_room" |
| | | } |
| | | |