|
@ -94,8 +94,7 @@ public class ScmCollectionRebateVo implements Vo { |
|
|
@ApiModelProperty("运费") |
|
|
@ApiModelProperty("运费") |
|
|
private BigDecimal freight; // 运费
|
|
|
private BigDecimal freight; // 运费
|
|
|
@ApiModelProperty("回款日期") |
|
|
@ApiModelProperty("回款日期") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
private String collectionDate; // 回款日期
|
|
|
private Date collectionDate; // 回款日期
|
|
|
|
|
|
@ApiModelProperty("上装金额") |
|
|
@ApiModelProperty("上装金额") |
|
|
private BigDecimal topAmount; |
|
|
private BigDecimal topAmount; |
|
|
@ApiModelProperty("返利类型key") |
|
|
@ApiModelProperty("返利类型key") |
|
|