库存调整记录查询条件添加;
This commit is contained in:
+1
@@ -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;
|
||||
}
|
||||
+2
-1
@@ -251,5 +251,6 @@ public class InventoryAdjustmentRecordPO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("LOT编号")
|
||||
@Excel(name = "LOT编号")
|
||||
private String LotNumber;
|
||||
// private String LotNumber;
|
||||
private String lotNumber;
|
||||
}
|
||||
+3
@@ -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;
|
||||
}
|
||||
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user