| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "autoMove": true,
- "id": "buyId",
- "name": "groupBuy",
- "desc": "拼团购买",
- "shareParam": "storeId",
- "shareColumn": "store_id",
- "shareName": "goods",
- "tableName": "group_buy",
- "param": {
- "buyId": "buy_id",
- "batchId": "batch_id",
- "storeId": "store_id",
- "productId": "product_id",
- "specId": "spec_id",
- "groupId": "group_id",
- "persionId": "persion_id",
- "persionName": "persion_name",
- "buyCount": "buy_count",
- "groupPrice": "group_price",
- "amount": "amount",
- "state": "state",
- "statusCd": "status_cd"
- },
- "required": [
- {
- "code": "batchId",
- "msg": "批次不能为空"
- },
- {
- "code": "buyCount",
- "msg": "购买数量不能为空"
- },
- {
- "code": "productId",
- "msg": "默认显示不能为空"
- },
- {
- "code": "specId",
- "msg": "规格不能为空"
- },
- {
- "code": "persionId",
- "msg": "用户不能为空"
- }
- ]
- }
|