更新上架明细报错;
This commit is contained in:
+2
-1
@@ -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)")
|
||||||
|
|||||||
Reference in New Issue
Block a user