sys_post.json 1.1 KB

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