lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IInboundOrderService.java
@@ -6,6 +6,9 @@ import org.jeecg.modules.tms.entity.dto.InboundOrderFlowDto; import org.jeecg.modules.tms.entity.dto.OutBoundOrderFlowDto; import java.util.List; import java.util.Map; /** * @Description: 入库申请单 * @Author: jeecg-boot @@ -18,7 +21,7 @@ void approvalProcess(InboundOrderFlowDto inboundOrderFlowDto); void addInStorage(JSONObject jSONObject); List<Map<String,String>> addInStorage(JSONObject jSONObject); void addApplyInStorage(JSONObject jSONObject); List<Map<String,String>> addApplyInStorage(JSONObject jSONObject); }