PC即时库存查询批次号查询修改

This commit is contained in:
秦鸿展
2026-03-31 09:36:33 +08:00
parent 580b103b85
commit 307add2f3e
3 changed files with 13 additions and 0 deletions
@@ -156,4 +156,9 @@ public class ImmediateInventoryDTO {
@ApiModelProperty("复核数量开始")
private BigDecimal checkQuantityEnd;
@ApiModelProperty("批次号")
@Excel(name = "批次号")
private String batchNumber;
}