package com.glxp.api.constant; /** * 第三方系统配置参数实体 */ public interface ThirdSysConstant { /** * 仓库货位码查询 */ String WAREHOUSE_QUERY_URL = "warehouseQueryUrl"; /** * 业务单据提交 */ String ORDER_SUBMIT_URL = "orderSubmitUrl"; /** * 业务单据查询 */ String ORDER_QUERY_URL = "orderQueryUrl"; /** * 单据类型查询 */ String BUS_TYPE_QUERY_URL = "busTypeQueryUrl"; /** * 仓库/科室查询 */ String invPiUrl = "invPiUrl"; /** * 往来单位查询 */ String CORP_URL = "corpUrl"; /** * 产品信息查询 */ String PI_QUERY_URL = "piQueryUrl"; /** * 产品信息提交 */ String PI_SUBMIT_URL = "productSubmitUrl"; }