old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "商品分类", |
| | | "directories": "goods", |
| | | "templateCode": "productCategory", |
| | | "templateKey": "categoryId", |
| | | "templateKeyName": "分类ID", |
| | | "searchCode": "categoryId", |
| | | "searchName": "分类ID", |
| | | "templateName":"金币设置", |
| | | "templateCode":"systemGoldSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置ID", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置ID", |
| | | "directories": "admin", |
| | | "conditions": [ |
| | | { |
| | | "name": "名称", |
| | | "name": "活动标题", |
| | | "inputType": "input", |
| | | "code": "categoryName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "分类级别", |
| | | "inputType": "input", |
| | | "code": "categoryLevel", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "是否显示", |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "code": "isShow", |
| | | "code": "title", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | "columns":[ |
| | | { |
| | | "code": "categoryName", |
| | | "cnCode": "分类名称", |
| | | "desc": "必填,请填写分类名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "分类名称不能超过100位", |
| | | "code":"goldName", |
| | | "cnCode":"名称", |
| | | "desc":"必填,请填写名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,64", |
| | | "limitErrInfo":"名称不能超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "seq", |
| | | "cnCode": "显示序号", |
| | | "desc": "必填,请填写显示序号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "显示序号不是有效数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "isShow", |
| | | "cnCode": "是否显示", |
| | | "desc": "必填,请填写是否显示", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "code": "goldType", |
| | | "cnCode":"类型", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue": "Y,N", |
| | | "selectValueName": "是,否", |
| | | "limit": "maxLength", |
| | | "limitParam": "2", |
| | | "limitErrInfo": "是否显示格式错误", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通金币", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "buyPrice", |
| | | "cnCode":"购买价格", |
| | | "desc":"必填,请填写购买金币价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"购买价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "usePrice", |
| | | "cnCode":"使用价格", |
| | | "desc":"必填,请填写使用价格", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"使用价格格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "validity", |
| | | "cnCode":"有效期", |
| | | "desc":"必填,请填写有效期", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"有效期必须为整数", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "state", |
| | | "cnCode":"状态", |
| | | "desc":"必填,请选择状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"001,002", |
| | | "selectValueName":"启用,停用", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"状态格式错误", |
| | | "show": true |
| | | } |
| | | ] |