zhangherong
2025-05-27 92bc6dca274eb45dc330f63b5a3f90a01458e157
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IOutboundOrderService.java
@@ -6,6 +6,7 @@
import org.jeecg.modules.tms.entity.OutboundOrder;
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.tms.entity.dto.OutBoundOrderFlowDto;
import org.jeecg.modules.tms.entity.dto.OutBoundRequestDto;
import org.jeecg.modules.tms.entity.dto.OutboundOrderAndDetailDto;
import org.springframework.beans.factory.annotation.Autowired;
import java.io.Serializable;
@@ -45,4 +46,6 @@
    void submit(String id);
   void approvalProcess(OutBoundOrderFlowDto outBoundOrderFlowDto);
    void outBound(List<OutBoundRequestDto> outBoundRequestList);
}