wuxw
2021-04-23 e9be8d15ab3ee20685793e16071c56485b32e33a
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
38
{
  "autoMove": false,
  "id": "categoryId",
  "name": "productCategory",
  "desc": "产品目录",
  "shareParam": "categoryId",
  "shareColumn": "category_id",
  "shareName": "goods",
  "tableName": "product_category",
  "param": {
    "categoryId": "category_id",
    "categoryName": "category_name",
    "parentCategoryId": "parent_category_id",
    "categoryLevel": "category_level",
    "seq": "seq",
    "isShow": "is_show",
    "storeId": "store_id",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "categoryName",
      "msg": "目录名称不能为空"
    },
    {
      "code": "categoryLevel",
      "msg": "目录级别不能为空"
    },
    {
      "code": "seq",
      "msg": "顺序不能为空"
    },
    {
      "code": "isShow",
      "msg": "是否显示不能为空"
    }
  ]
}