package com.changhong.epc.constter.demo; import com.changhong.epc.constter.system.SystemMsgConst; public interface DemoUrlConst extends SystemMsgConst{ /** * 返回空值url */ String RESULT_NULL_URL = "demo/result/null"; /** * 抛出异常url */ String THROW_EXECTION_URL = "demo/throw/exection"; /** * 分页查询url */ String PROESS_PAGE_URL = "demo/proess/page"; /** * spring util url */ String GET_PROPERTY_URL = "demo/property"; }