|
|
|
@ -19,6 +19,13 @@ public class UsePageWalletAccountRecordByOperatorVo { |
|
|
|
@JsonSerialize(using = ToStringSerializer.class) |
|
|
|
private Long associateId; |
|
|
|
|
|
|
|
@ApiModelProperty("app标识") |
|
|
|
@JsonSerialize(using = ToStringSerializer.class) |
|
|
|
private Long appId; |
|
|
|
|
|
|
|
@ApiModelProperty("app名称") |
|
|
|
private String appName; |
|
|
|
|
|
|
|
@ApiModelProperty("交易类型") |
|
|
|
private TradeTypeEnum tradeType; |
|
|
|
|
|
|
|
|