template_1.json 604 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "autoMove": true,
  3. "id": "auId",
  4. "name": "staffAppAuth",
  5. "desc": "员工微信认证",
  6. "shareParam": "storeId",
  7. "shareColumn": "store_id",
  8. "shareName": "user",
  9. "tableName": "staff_app_auth",
  10. "param": {
  11. "auId": "au_id",
  12. "staffId": "staff_id",
  13. "storeId": "store_id",
  14. "appType": "app_type",
  15. "openId": "open_id",
  16. "state": "state",
  17. "openName": "open_name",
  18. "statusCd": "status_cd"
  19. },
  20. "required": [
  21. {
  22. "code": "staffId",
  23. "msg": "员工不能为空"
  24. },
  25. {
  26. "code": "appType",
  27. "msg": "应用类型不能为空"
  28. }
  29. ]
  30. }