zhangherong
2025-06-07 e5d0fe8cfdc5e171badfa22bac00b0e2e81ee6e6
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);
}