template_1.json 973 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "autoMove": true,
  3. "id": "buyId",
  4. "name": "groupBuy",
  5. "desc": "拼团购买",
  6. "shareParam": "storeId",
  7. "shareColumn": "store_id",
  8. "shareName": "goods",
  9. "tableName": "group_buy",
  10. "param": {
  11. "buyId": "buy_id",
  12. "batchId": "batch_id",
  13. "storeId": "store_id",
  14. "productId": "product_id",
  15. "specId": "spec_id",
  16. "groupId": "group_id",
  17. "persionId": "persion_id",
  18. "persionName": "persion_name",
  19. "buyCount": "buy_count",
  20. "groupPrice": "group_price",
  21. "amount": "amount",
  22. "state": "state",
  23. "statusCd": "status_cd"
  24. },
  25. "required": [
  26. {
  27. "code": "batchId",
  28. "msg": "批次不能为空"
  29. },
  30. {
  31. "code": "buyCount",
  32. "msg": "购买数量不能为空"
  33. },
  34. {
  35. "code": "productId",
  36. "msg": "默认显示不能为空"
  37. },
  38. {
  39. "code": "specId",
  40. "msg": "规格不能为空"
  41. },
  42. {
  43. "code": "persionId",
  44. "msg": "用户不能为空"
  45. }
  46. ]
  47. }