serialRule.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "text": {
  3. "text": "文本",
  4. "content": "",
  5. "description": "固定文本"
  6. },
  7. "year":{
  8. "text": "年",
  9. "content": "",
  10. "description": "拟稿时间年度"
  11. },
  12. "month": {
  13. "text": "月",
  14. "content": "",
  15. "description": "拟稿时间月份"
  16. },
  17. "day": {
  18. "text": "日",
  19. "content": "",
  20. "description": "拟稿时间日"
  21. },
  22. "unit": {
  23. "text": "组织",
  24. "content": "",
  25. "description": "拟稿人所在直接组织"
  26. },
  27. "unitAttribute": {
  28. "text": "组织属性",
  29. "content": "",
  30. "description": "拟稿人所在直接组织的属性"
  31. },
  32. // "company": {
  33. // "text": "公司",
  34. // "content": "",
  35. // "description": "拟稿人所在公司名称"
  36. // },
  37. // "department": {
  38. // "text": "部门",
  39. // "content": "",
  40. // "description": "拟稿人所在部门"
  41. // },
  42. // "companyAttribute": {
  43. // "text": "公司属性",
  44. // "content": "",
  45. // "description": "拟稿人所在公司的属性"
  46. // },
  47. // "departmentAttribute": {
  48. // "text": "部门属性",
  49. // "content": "",
  50. // "description": "拟稿人所在部门的属性"
  51. // },
  52. "script": {
  53. "text": "脚本",
  54. "content": "",
  55. "description": "脚本"
  56. },
  57. "number": {
  58. "text": "流水号",
  59. "content": "",
  60. "description": "流水号"
  61. }
  62. }