serialRule.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "company": {
  23. "text": "公司",
  24. "content": "",
  25. "description": "拟稿人所在公司名称"
  26. },
  27. "department": {
  28. "text": "部门",
  29. "content": "",
  30. "description": "拟稿人所在部门"
  31. },
  32. "companyAttribute": {
  33. "text": "公司属性",
  34. "content": "",
  35. "description": "拟稿人所在公司的属性"
  36. },
  37. "departmentAttribute": {
  38. "text": "部门属性",
  39. "content": "",
  40. "description": "拟稿人所在部门的属性"
  41. },
  42. "script": {
  43. "text": "脚本",
  44. "content": "",
  45. "description": "脚本"
  46. },
  47. "number": {
  48. "text": "流水号",
  49. "content": "",
  50. "description": "流水号"
  51. }
  52. }