CommonContants.java 427 B

123456789101112131415
  1. package com.yihu.jw.restmodel;
  2. /**
  3. * Created by chenweida on 2017/10/24.
  4. */
  5. public class CommonContants {
  6. //微服务的id start
  7. public static final String svr_base = "svr-base";
  8. public static final String svr_iot = "svr-iot";
  9. public static final String svr_wlyy = "svr-wlyy";
  10. public static final String svr_gateway = "svr-gateway";
  11. public static final String svr_archives = "svr-wlyy-archives";
  12. }