|
@@ -15,6 +15,9 @@ public class AppPayWalletTransactionRespVO {
|
|
|
@Schema(description = "交易金额,单位分", requiredMode = Schema.RequiredMode.REQUIRED, example = "100")
|
|
|
private Long price;
|
|
|
|
|
|
+ @Schema(description = "交易后余额,单位分", requiredMode = Schema.RequiredMode.REQUIRED, example = "100")
|
|
|
+ private Integer balance;
|
|
|
+
|
|
|
@Schema(description = "流水标题", requiredMode = Schema.RequiredMode.REQUIRED, example = "土豆土豆")
|
|
|
private String title;
|
|
|
|