2026-06-30 94733d795bd531171b4d043993f126ec019143fd
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -188,4 +188,14 @@
    @TableField(exist = false)
    @Schema(description = "待发货数量")
    private BigDecimal noQuantity;
    @Schema(description = "设备ID(关联设备台账,筛选is_iot_device=1)")
    private Long deviceId;
    @TableField(exist = false)
    @Schema(description = "设备名称")
    private String deviceName;
    @Schema(description = "库位(来源于设备的storage_location)")
    private String storageLocation;
}