46763800835bd96272ec9c4945b67f197740151f.svn-base 463 B

12345678910111213141516171819202122232425
  1. package org.jeecg.common.constant;
  2. /**
  3. * 规则值生成 编码常量类
  4. * @author: taoyan
  5. * @date: 2020年04月02日
  6. */
  7. public class FillRuleConstant {
  8. /**
  9. * 公文发文编码
  10. */
  11. public static final String DOC_SEND = "doc_send_code";
  12. /**
  13. * 部门编码
  14. */
  15. public static final String DEPART = "org_num_role";
  16. /**
  17. * 分类字典编码
  18. */
  19. public static final String CATEGORY = "category_code_rule";
  20. }