@ -37,6 +37,8 @@ public class StErpWarehouseTransferVO extends StErpWarehouseTransfer {
private Long shId;
@Schema(description = "库房名称")
private String shName;
@Schema(description = "库位编号")
private Long slId;
@Schema(description = "库位号")
private String location;
@ -44,6 +44,7 @@
g.unit_name, -- 单位(物料表计量单位)
s.sh_id,
s.sh_name,
s.id AS slId,
s.location
FROM st_erp_warehouse_transfer transfer
-- 左关联物料表:保证无物料ID时,转移记录仍能查询