更新上架明细报错;

This commit is contained in:
王奎兴
2026-06-23 17:51:44 +08:00
parent 95c128b506
commit caac89e3db
@@ -320,7 +320,8 @@ public class ShelfMaterialDetail extends BaseVOEntity {
private BigDecimal totalNetWeight; private BigDecimal totalNetWeight;
@ApiModelProperty("累计已上架净重(KG),与 totalNetWeight 同口径累加本次净重") @ApiModelProperty("累计已上架净重(KG),与 totalNetWeight 同口径累加本次净重")
@TableField("total_net_weight") // update会报错注释
// @TableField("total_net_weight")
private BigDecimal alreadyShelvesNetWeight; private BigDecimal alreadyShelvesNetWeight;
@ApiModelProperty("总毛重(KG)") @ApiModelProperty("总毛重(KG)")