20260409修改内容
This commit is contained in:
+6
@@ -63,4 +63,10 @@ public class ReviewOrderDO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("复核明细列表(用于批量复核/取消复核)")
|
||||
private List<ReviewMaterialDetailPO> details;
|
||||
|
||||
@ApiModelProperty("PDA 列表 Tab:2=历史(已复核),其它=待办(待复核/复核中)")
|
||||
private Integer tabType;
|
||||
|
||||
@ApiModelProperty("复核状态小于该值(查询用,如待办 review_status < 3)")
|
||||
private Integer ltReviewStatus;
|
||||
}
|
||||
|
||||
+4
@@ -158,6 +158,10 @@ public class ShelfMaterialDetailDO extends BaseVOEntity {
|
||||
@Excel(name = "批次号")
|
||||
private String batchNumber;
|
||||
|
||||
@ApiModelProperty("LOT编号")
|
||||
@Excel(name = "LOT编号")
|
||||
private String lotNumber;
|
||||
|
||||
@ApiModelProperty("物料状态编码")
|
||||
@Excel(name = "物料状态编码")
|
||||
private String materialStatusCode;
|
||||
|
||||
Reference in New Issue
Block a user