物料查询历史数据;

This commit is contained in:
王奎兴
2026-07-03 11:29:24 +08:00
parent 08762490dd
commit eec6752b9a
3 changed files with 8 additions and 2 deletions
@@ -345,4 +345,7 @@ public class PickingMaterialDetailPO extends BaseVOEntity {
private String bondInvtNoGw;
private String whNoGw;
private String seatNoGw;
@ApiModelProperty("库存数量")
@Excel(name = "库存数量")
private BigDecimal inventoryQuantity;
}