package com.yihu.jw.commnon; /** * Created by chenweida on 2017/5/15. * 静态类,存储一些常量 */ public class Contants { //微服务的id end public static final class patient { public static final String findByCode = "/patient/findByCode"; } }