| | |
| | | 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; |
| | |
| | | |
| | | void approvalProcess(OutBoundOrderFlowDto outBoundOrderFlowDto); |
| | | |
| | | void outBound(List<OutBoundRequestDto> outBoundRequestList); |
| | | void outBoundByApply(List<OutBoundRequestDto> outBoundRequestList); |
| | | |
| | | void outBoundByAdd(List<OutBoundAddDto> boundAddList); |
| | | } |