9 小时以前 b22ebe8fad1691b35adcf321fe2e136795b3f81d
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;
}