DictionaryConstant.java 182 B

123456789
  1. package com.xjrsoft.module.system.constant;
  2. public interface DictionaryConstant {
  3. /**
  4. * 功能模块编码
  5. */
  6. String FUNCTION_MODULE_CODE = "FM10000";
  7. }