cuilei
2025-05-28 62ad99ee2a374c1726730146335ed82cbcfacebb
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/service/IOutboundOrderService.java
@@ -5,6 +5,7 @@
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;
@@ -47,5 +48,7 @@
   void approvalProcess(OutBoundOrderFlowDto outBoundOrderFlowDto);
    void outBound(List<OutBoundRequestDto> outBoundRequestList);
    void outBoundByApply(List<OutBoundRequestDto> outBoundRequestList);
   void outBoundByAdd(List<OutBoundAddDto> boundAddList);
}