RedisConstants.java 374 B

12345678910111213141516171819
  1. package cn.com.ty.lift.common.constants;
  2. /**
  3. * @author bieao
  4. * @date 2019/12/3
  5. * @description
  6. */
  7. public class RedisConstants {
  8. /**
  9. * 省市区列表 key
  10. */
  11. public static final String RK_AREA_LIST = "system::area::list";
  12. /**
  13. * 电梯品牌列表 key
  14. */
  15. public static final String RK_LIFT_BRAND_LIST = "business::liftBrand::list";
  16. }