sys_post.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [
  2. {
  3. "id": 1,
  4. "tenant_id": "000000",
  5. "post_code": "ceo",
  6. "post_name": "董事长",
  7. "post_sort": 1,
  8. "status": "0",
  9. "create_dept": 103,
  10. "create_by": 1,
  11. "update_by": null,
  12. "update_time": null,
  13. "remark": ""
  14. },
  15. {
  16. "id": 2,
  17. "tenant_id": "000000",
  18. "post_code": "se",
  19. "post_name": "项目经理",
  20. "post_sort": 2,
  21. "status": "0",
  22. "create_dept": 103,
  23. "create_by": 1,
  24. "update_by": null,
  25. "update_time": null,
  26. "remark": ""
  27. },
  28. {
  29. "id": 3,
  30. "tenant_id": "000000",
  31. "post_code": "hr",
  32. "post_name": "人力资源",
  33. "post_sort": 3,
  34. "status": "0",
  35. "create_dept": 103,
  36. "create_by": 1,
  37. "update_by": null,
  38. "update_time": null,
  39. "remark": ""
  40. },
  41. {
  42. "id": 4,
  43. "tenant_id": "000000",
  44. "post_code": "user",
  45. "post_name": "普通员工",
  46. "post_sort": 4,
  47. "status": "0",
  48. "create_dept": 103,
  49. "create_by": 1,
  50. "update_by": null,
  51. "update_time": null,
  52. "remark": ""
  53. }
  54. ]