库存调整记录查询条件添加;

This commit is contained in:
王奎兴
2026-05-29 20:57:38 +08:00
parent 3ad3707c59
commit 13e770013a
7 changed files with 37 additions and 3 deletions
@@ -472,4 +472,5 @@ public class ReservationInMaterialDetailPO extends ReservationStockInOrderBasePO
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
private Date drinkDate;
private String lotNumber;
}
@@ -251,5 +251,6 @@ public class InventoryAdjustmentRecordPO extends BaseVOEntity {
@ApiModelProperty("LOT编号")
@Excel(name = "LOT编号")
private String LotNumber;
// private String LotNumber;
private String lotNumber;
}
@@ -211,4 +211,7 @@ public class ReservationInventoryAdjustmentRecordDO extends BaseVOEntity {
@ApiModelProperty("LOT编号")
@Excel(name = "LOT编号")
private String lotNumber;
private String lotCode;
private String expiryDate;
private String productionDate;
}
@@ -101,6 +101,10 @@ public class ReservationInventoryAdjustmentRecordDTO extends BaseVOEntity {
@Excel(name = "批次号")
private String batchNumber;
private String lotCode;
private String expiryDate;
private String productionDate;
@ApiModelProperty("容器id")
@Excel(name = "容器id")
private Long containerId;