|
|
@@ -94,5 +94,13 @@ public class PlatformBill implements Serializable {
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
|
|
|
private Date updateTime;
|
|
|
|
|
|
+ @ApiModelProperty(value = "系统赠送金额")
|
|
|
+ private String sysGiftAmount;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "总收益")
|
|
|
+ private String totalIncome;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "用户支付金额")
|
|
|
+ private String payMoney;
|
|
|
|
|
|
}
|