| | |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.vincent.rsf.framework.common.R; |
| | | import com.vincent.rsf.server.api.controller.erp.params.*; |
| | | import com.vincent.rsf.server.common.domain.BaseParam; |
| | | import com.vincent.rsf.server.common.domain.PageParam; |
| | | import com.vincent.rsf.server.manager.entity.Loc; |
| | | import com.vincent.rsf.server.manager.entity.Transfer; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @description: 调拔单据同步 |
| | | * @version 1.0 |
| | | */ |
| | | R syncTransfer(SyncTransferParams transferParams); |
| | | R syncTransfer(SyncTransferParams transferParams, Long loginUserId); |
| | | |
| | | /** |
| | | * @author Ryan |
| | |
| | | * @description: 库存调整单同步 |
| | | * @version 1.0 |
| | | */ |
| | | R syncLocRevise(SyncLocReviseParams reviseParams); |
| | | R syncLocRevise(SyncLocReviseParams reviseParams, Long loginUserId); |
| | | |
| | | /** |
| | | * @author Ryan |
| | |
| | | * @version 1.0 |
| | | */ |
| | | R queryTransfer(QueryOrderParam transferParams); |
| | | |
| | | /** |
| | | * @author Ryan |
| | | * @date 2025/8/22 |
| | | * @description: 上报盘点差异单 |
| | | * @version 1.0 |
| | | */ |
| | | R syncCheckDiffs(SyncCheckDiffParams syncParams); |
| | | } |