server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderDetail.java
@@ -123,5 +123,8 @@ @ApiModelProperty(value = "统计量") @TableField(exist = false) private BigDecimal totalNum; @ApiModelProperty(value = "小计") @TableField(exist = false) private BigDecimal totalPrice; }