DictConstant.java 240 B

1234567891011
  1. package com.boman.system.common;
  2. /**
  3. * @author shiqian
  4. * @date 2021年04月02日 14:52
  5. **/
  6. public class DictConstant {
  7. public static final String DICT_LABEL = "dictLabel";
  8. public static final String DICT_VALUE = "dictValue";
  9. }