java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "templateName": "商品规格",
  "directories": "goods",
  "templateCode": "productSpec",
  "templateKey": "specId",
  "templateKeyName": "规格ID",
  "searchCode": "specId",
  "searchName": "规格ID",
  "conditions": [
    {
      "name": "名称",
      "inputType": "input",
      "code": "specName",
      "whereCondition": "equal"
    },
    {
      "name": "规格ID",
      "inputType": "input",
      "code": "specId",
      "whereCondition": "equal"
    }
  ],
  "columns": [
    {
      "code": "specName",
      "cnCode": "规格名称",
      "desc": "必填,请填写规格名称",
      "required": true,
      "hasDefaultValue": false,
      "inputType": "input",
      "limit": "maxLength",
      "limitParam": "100",
      "limitErrInfo": "规格名称不能超过100位",
      "show": true
    }
  ]
}