lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IInboundOrderService.java
@@ -1,5 +1,6 @@ package org.jeecg.modules.tms.service; import com.alibaba.fastjson.JSONObject; import org.jeecg.modules.tms.entity.InboundOrder; import com.baomidou.mybatisplus.extension.service.IService; import org.jeecg.modules.tms.entity.dto.InboundOrderFlowDto; @@ -16,4 +17,6 @@ boolean submit(String id); void approvalProcess(InboundOrderFlowDto inboundOrderFlowDto); void addInStorage(JSONObject jSONObject); }