| | |
| | | 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; |
| | |
| | | void submit(String id); |
| | | |
| | | void approvalProcess(OutBoundOrderFlowDto outBoundOrderFlowDto); |
| | | |
| | | void outBound(List<OutBoundRequestDto> outBoundRequestList); |
| | | } |