| | |
| | | package org.jeecg.modules.tms.service; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import org.jeecg.modules.tms.entity.InboundOrder; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.jeecg.modules.tms.entity.dto.InboundOrderFlowDto; |
| | | import org.jeecg.modules.tms.entity.dto.OutBoundOrderFlowDto; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @Description: 入库申请单 |
| | |
| | | boolean submit(String id); |
| | | |
| | | void approvalProcess(InboundOrderFlowDto inboundOrderFlowDto); |
| | | |
| | | List<Map<String,String>> addInStorage(JSONObject jSONObject); |
| | | |
| | | List<Map<String,String>> addApplyInStorage(JSONObject jSONObject); |
| | | } |