java110
2020-05-26 f8655de7b212ec6a39e61e508804f9e97c9f5d1e
java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
@@ -1,5 +1,6 @@
package com.java110.core.context;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.java110.entity.center.Business;
import com.java110.entity.center.DataFlowLinksCost;
@@ -105,4 +106,16 @@
    public void setResponseEntity(ResponseEntity responseEntity);
    public ResponseEntity getResponseEntity();
    /**
     * 获取调用订单服务业务
     * @return
     */
    public JSONArray getServiceBusiness();
    /**
     * 设置订单服务业务
     * @param serviceBusiness
     */
    public void addServiceBusiness(JSONObject serviceBusiness);
}