old mode 100644
new mode 100755
| | |
| | | { |
| | | "autoMove": true, |
| | | "id": "planId", |
| | | "name": "contractChangePlan", |
| | | "desc": "合同变更计划", |
| | | "shareParam": "storeId", |
| | | "shareColumn": "store_id", |
| | | "shareName": "store", |
| | | "tableName": "contract_change_plan", |
| | | "id": "titleId", |
| | | "name": "reportInfoSettingTitle", |
| | | "desc": "进出上报题目设置", |
| | | "shareParam": "communityId", |
| | | "shareColumn": "community_id", |
| | | "shareName": "report", |
| | | "tableName": "report_info_setting_title", |
| | | "param": { |
| | | "planId": "plan_id", |
| | | "contractId": "contract_id", |
| | | "planType": "plan_type", |
| | | "changePerson": "change_person", |
| | | "remark": "remark", |
| | | "state": "state", |
| | | "storeId": "store_id", |
| | | "titleId": "title_id", |
| | | "settingId": "setting_id", |
| | | "title": "title", |
| | | "titleType": "title_type", |
| | | "seq": "seq", |
| | | "communityId": "community_id", |
| | | "createTime": "create_time", |
| | | "statusCd": "status_cd" |
| | | }, |
| | | "required": [ |
| | | { |
| | | "code": "planType", |
| | | "msg": "变更类型不能为空" |
| | | "code": "titleId", |
| | | "msg": "合同ID不能为空" |
| | | }, |
| | | { |
| | | "code": "changePerson", |
| | | "msg": "变更人不能为空" |
| | | "code": "settingId", |
| | | "msg": "商户ID不能为空" |
| | | }, |
| | | { |
| | | "code": "state", |
| | | "msg": "审核状态不能为空" |
| | | "code": "title", |
| | | "msg": "用户规格不能为空" |
| | | }, |
| | | { |
| | | "code": "storeId", |
| | | "msg": "商户不能为空" |
| | | "code": "titleType", |
| | | "msg": "用户规格不能为空" |
| | | }, |
| | | { |
| | | "code": "seq", |
| | | "msg": "用户规格不能为空" |
| | | }, |
| | | { |
| | | "code": "communityId", |
| | | "msg": "用户规格不能为空" |
| | | } |
| | | ] |
| | | } |