修改上架明细报错
This commit is contained in:
+3
-3
@@ -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("抄码托盘号")
|
||||
|
||||
Reference in New Issue
Block a user