抄码存入详情
This commit is contained in:
+15
@@ -350,5 +350,20 @@ public class ReceiptMaterialDetail extends BaseVOEntity {
|
||||
@TableField(exist = false)
|
||||
private BigDecimal pieceCount;
|
||||
|
||||
@ApiModelProperty("抄码托盘号")
|
||||
@Excel(name = "抄码托盘号")
|
||||
private String palletNumber;
|
||||
|
||||
@ApiModelProperty("抄码批次号")
|
||||
@Excel(name = "抄码批次号")
|
||||
private String copyBatch;
|
||||
|
||||
@ApiModelProperty("抄码数量")
|
||||
@Excel(name = "抄码数量")
|
||||
private String copyQuantity;
|
||||
|
||||
@ApiModelProperty("抄码数量克重详情")
|
||||
@Excel(name = "抄码数量克重详情")
|
||||
private String copyDetails;
|
||||
|
||||
}
|
||||
+16
@@ -340,5 +340,21 @@ public class ReceiptMaterialDetailPO extends BaseVOEntity {
|
||||
@ApiModelProperty("序列号")
|
||||
private List<InMaterialDetailSerialNumberPO> materialDetailSerialNumberList;
|
||||
|
||||
@ApiModelProperty("抄码托盘号")
|
||||
@Excel(name = "抄码托盘号")
|
||||
private String palletNumber;
|
||||
|
||||
@ApiModelProperty("抄码批次号")
|
||||
@Excel(name = "抄码批次号")
|
||||
private String copyBatch;
|
||||
|
||||
@ApiModelProperty("抄码数量")
|
||||
@Excel(name = "抄码数量")
|
||||
private String copyQuantity;
|
||||
|
||||
@ApiModelProperty("抄码数量克重详情")
|
||||
@Excel(name = "抄码数量克重详情")
|
||||
private String copyDetails;
|
||||
|
||||
|
||||
}
|
||||
|
||||
+16
@@ -335,4 +335,20 @@ public class ReceiptMaterialDetailDO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty("复合条件查询 物料名称 物料编码 物料条码")
|
||||
private String compoundOrQuery;
|
||||
|
||||
@ApiModelProperty("抄码托盘号")
|
||||
@Excel(name = "抄码托盘号")
|
||||
private String palletNumber;
|
||||
|
||||
@ApiModelProperty("抄码批次号")
|
||||
@Excel(name = "抄码批次号")
|
||||
private String copyBatch;
|
||||
|
||||
@ApiModelProperty("抄码数量")
|
||||
@Excel(name = "抄码数量")
|
||||
private String copyQuantity;
|
||||
|
||||
@ApiModelProperty("抄码数量克重详情")
|
||||
@Excel(name = "抄码数量克重详情")
|
||||
private String copyDetails;
|
||||
}
|
||||
|
||||
+16
@@ -354,4 +354,20 @@ public class ShelfMaterialDetail extends BaseVOEntity {
|
||||
@ApiModelProperty("累计已上架面积(SQM),与 totalArea 同口径累加本次面积")
|
||||
@TableField("total_area")
|
||||
private BigDecimal alreadyShelvesArea;
|
||||
|
||||
@ApiModelProperty("抄码托盘号")
|
||||
@Excel(name = "抄码托盘号")
|
||||
private String palletNumber;
|
||||
|
||||
@ApiModelProperty("抄码批次号")
|
||||
@Excel(name = "抄码批次号")
|
||||
private String copyBatch;
|
||||
|
||||
@ApiModelProperty("抄码数量")
|
||||
@Excel(name = "抄码数量")
|
||||
private String copyQuantity;
|
||||
|
||||
@ApiModelProperty("抄码数量克重详情")
|
||||
@Excel(name = "抄码数量克重详情")
|
||||
private String copyDetails;
|
||||
}
|
||||
+16
@@ -340,4 +340,20 @@ public class ShelfMaterialDetailDO extends BaseVOEntity {
|
||||
@ApiModelProperty("总面积(SQM)")
|
||||
@Excel(name = "总面积(SQM)")
|
||||
private BigDecimal totalArea;
|
||||
|
||||
@ApiModelProperty("抄码托盘号")
|
||||
@Excel(name = "抄码托盘号")
|
||||
private String palletNumber;
|
||||
|
||||
@ApiModelProperty("抄码批次号")
|
||||
@Excel(name = "抄码批次号")
|
||||
private String copyBatch;
|
||||
|
||||
@ApiModelProperty("抄码数量")
|
||||
@Excel(name = "抄码数量")
|
||||
private String copyQuantity;
|
||||
|
||||
@ApiModelProperty("抄码数量克重详情")
|
||||
@Excel(name = "抄码数量克重详情")
|
||||
private String copyDetails;
|
||||
}
|
||||
+16
@@ -284,4 +284,20 @@ public class ReceiptMaterialDetailDTO extends BaseVOEntity {
|
||||
@ApiModelProperty("单位")
|
||||
@Excel(name = "单位")
|
||||
private String unit;
|
||||
|
||||
@ApiModelProperty("抄码托盘号")
|
||||
@Excel(name = "抄码托盘号")
|
||||
private String palletNumber;
|
||||
|
||||
@ApiModelProperty("抄码批次号")
|
||||
@Excel(name = "抄码批次号")
|
||||
private String copyBatch;
|
||||
|
||||
@ApiModelProperty("抄码数量")
|
||||
@Excel(name = "抄码数量")
|
||||
private String copyQuantity;
|
||||
|
||||
@ApiModelProperty("抄码数量克重详情")
|
||||
@Excel(name = "抄码数量克重详情")
|
||||
private String copyDetails;
|
||||
}
|
||||
Reference in New Issue
Block a user