修改上架明细报错

This commit is contained in:
王奎兴
2026-06-23 19:10:14 +08:00
parent feb614e3e4
commit 1b5914a7d1
@@ -329,7 +329,7 @@ public class ShelfMaterialDetail extends BaseVOEntity {
private BigDecimal totalGrossWeight;
@ApiModelProperty("累计已上架毛重(KG),与 totalGrossWeight 同口径累加本次毛重")
@TableField("total_gross_weight")
@TableField(value = "total_gross_weight", exist = false)
private BigDecimal alreadyShelvesGrossWeight;
@ApiModelProperty("总体积(CBM)")
@@ -337,7 +337,7 @@ public class ShelfMaterialDetail extends BaseVOEntity {
private BigDecimal totalVolume;
@ApiModelProperty("累计已上架体积(CBM),与 totalVolume 同口径累加本次体积")
@TableField("total_volume")
@TableField(value = "total_volume", exist = false)
private BigDecimal alreadyShelvesVolume;
@ApiModelProperty("总面积(SQM)")
@@ -353,7 +353,7 @@ public class ShelfMaterialDetail extends BaseVOEntity {
private String lotNumber;
@ApiModelProperty("累计已上架面积(SQM),与 totalArea 同口径累加本次面积")
@TableField("total_area")
@TableField(value = "total_area", exist = false)
private BigDecimal alreadyShelvesArea;
@ApiModelProperty("抄码托盘号")