|
|
|
@@ -6,7 +6,7 @@ import com.iformall.domain.po.WxFlowConfig; |
|
|
|
import com.iformall.domain.po.WxFlowModel; |
|
|
|
import com.iformall.domain.po.WxFlowRecord; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import javax.servlet.http.HttpServletResponse; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
@@ -125,4 +125,7 @@ public interface WxFlowService { |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
List<WxFlowModel> getModelBybusiness(WxFlowModel wxFlowModel); |
|
|
|
|
|
|
|
ResultData getTotal(Long userId, String tenantId); |
|
|
|
|
|
|
|
} |