抄码存入详情
This commit is contained in:
+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