hyingbo
2025-06-12 f0ef4c79f455f4836dafd62b217f1a7e5a2b187c
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,8 @@
    boolean submit(String id);
    void approvalProcess(InboundOrderFlowDto inboundOrderFlowDto);
    void addInStorage(JSONObject jSONObject);
    void addApplyInStorage(JSONObject jSONObject);
}