cuilei
2025-05-29 d4328b5fac8a01d685a3068f097668132095807d
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IOutboundOrderService.java
@@ -5,7 +5,9 @@
import org.jeecg.modules.tms.entity.OutboundDetail;
import org.jeecg.modules.tms.entity.OutboundOrder;
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.tms.entity.dto.OutBoundAddDto;
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 +47,8 @@
    void submit(String id);
   void approvalProcess(OutBoundOrderFlowDto outBoundOrderFlowDto);
    void outBoundByApply(List<OutBoundRequestDto> outBoundRequestList);
   void outBoundByAdd(List<OutBoundAddDto> boundAddList);
}