| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "templateName":"小区",
- "templateCode":"community",
- "templateKey":"communityId",
- "templateKeyName":"小区ID",
- "columns":[
- {
- "code":"name",
- "cnCode":"小区名称",
- "desc":"必填,请填写小区名称",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"maxin",
- "limitParam":"10,20",
- "limitErrInfo":"小区名称必须在10至20字符之间"
- },
- {
- "code":"address",
- "cnCode":"小区地址",
- "desc":"必填,请填写小区地址",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"maxin",
- "limitParam":"50",
- "limitErrInfo":"小区地址不能大于50个字符"
- },
- {
- "code":"nearbyLandmarks",
- "cnCode":"附近地标",
- "desc":"必填,请填写小区附近地标",
- "required":true,
- "hasDefaultValue":false,
- "inputType":"input",
- "limit":"maxin",
- "limitParam":"50",
- "limitErrInfo":"小区附近地标不能大于50个字符"
- },
- {
- "code":"cityCode",
- "cnCode":"城市编码",
- "desc":"",
- "required":false,
- "hasDefaultValue":true,
- "defaultValue":"0971",
- "inputType":"none",
- "limit":"maxin",
- "limitParam":"12",
- "limitErrInfo":"小区城市编码不能大于4个字符"
- },
- {
- "code":"mapX",
- "cnCode":"小区维度",
- "desc":"",
- "required":false,
- "hasDefaultValue":true,
- "defaultValue":"101.33",
- "inputType":"none",
- "limit":"maxin",
- "limitParam":"20",
- "limitErrInfo":"小区城市编码不能大于4个字符"
- },
- {
- "code":"mapY",
- "cnCode":"小区经度",
- "desc":"",
- "required":false,
- "hasDefaultValue":true,
- "defaultValue":"101.33",
- "inputType":"none",
- "limit":"maxin",
- "limitParam":"20",
- "limitErrInfo":"小区城市编码不能大于4个字符"
- }
- ]
- }
|