添加退货图片;出库单编辑报错;

This commit is contained in:
王奎兴
2026-06-01 13:47:00 +08:00
parent 894c6f2f87
commit 394f392c67
14 changed files with 177 additions and 14 deletions
@@ -145,6 +145,10 @@ public class ReservationStockInOrder extends BaseVOEntity {
@Excel(name = "附件url")
private String annexUrl;
@ApiModelProperty("附件url")
@Excel(name = "附件url")
private String pictureUrl;
@ApiModelProperty("物料种数")
@Excel(name = "物料种数")
private Integer materialQuantity;
@@ -445,5 +445,8 @@ public class ReservationStockInOrderPO extends BaseVOEntity {
@ApiModelProperty("推送人姓名")
private String pushByName;
@ApiModelProperty("附件url")
@Excel(name = "附件url")
private String pictureUrl;
}
@@ -444,4 +444,7 @@ public class ReservationStockInOrderDO extends BaseVOEntity {
@ApiModelProperty("推送人姓名")
private String pushByName;
@ApiModelProperty("附件url")
@Excel(name = "附件url")
private String pictureUrl;
}
@@ -442,4 +442,7 @@ public class ReservationStockInOrderDTO extends ReservationStockInOrderBaseDTO {
@ApiModelProperty("推送人姓名")
private String pushByName;
@ApiModelProperty("附件url")
@Excel(name = "附件url")
private String pictureUrl;
}