3 天以前 fd39fdd09509b8c7d975a966add3669518098cb7
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;
}