java110
2021-09-14 f1d1ad21cae722ceba4677cc30c133bd8c3b0701
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "autoMove": true,
  "id": "valueId",
  "name": "productSpecValue",
  "desc": "产品规格值",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "goods",
  "tableName": "product_spec_value",
  "param": {
    "valueId": "value_id",
    "storeId": "store_id",
    "specId": "spec_id",
    "productId": "product_id",
    "stock": "stock",
    "sales": "sales",
    "price": "price",
    "costPrice": "cost_price",
    "vipPrice": "vip_price",
    "otPrice": "ot_price",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "specId",
      "msg": "规格不能为空"
    },
    {
      "code": "storeId",
      "msg": "商户不能为空"
    },
    {
      "code": "productId",
      "msg": "产品不能为空"
    },
    {
      "code": "stock",
      "msg": "库存不能为空"
    },
    {
      "code": "price",
      "msg": "价格不能为空"
    },
    {
      "code": "sales",
      "msg": "销量不能为空"
    },{
      "code": "costPrice",
      "msg": "成本价不能为空"
    },{
      "code": "vipPrice",
      "msg": "vip价不能为空"
    },{
      "code": "otPrice",
      "msg": "市场价不能为空"
    }
  ]
}