doum
4 天以前 8fe5f041dc11630bfdc36e6698f0dc67616cf91d
server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsorderDetail.java
@@ -84,12 +84,26 @@
    @ApiModelProperty(value = "商品数量", example = "1")
    @ExcelColumn(name="商品数量")
    private Integer goodsNum;
    @ApiModelProperty(value = "商品重量", example = "1")
    @ExcelColumn(name="商品重量")
    private BigDecimal goodsWeight;
    @ApiModelProperty(value = "优惠券抵扣金额", example = "1")
    private BigDecimal couponDeduct;
    @ApiModelProperty(value = "积分抵扣金额", example = "1")
    private BigDecimal integralDeduct;
    @ApiModelProperty(value = "经销商结算金额", example = "1")
    private BigDecimal shopSettlement;
    @ApiModelProperty(value = "商品标签名称")
    @TableField(exist = false)
    private String lablesName;