|
|
@ -20,4 +20,7 @@ public class VirtualAccountRecordVo { |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
private LocalDateTime createTime; |
|
|
private LocalDateTime createTime; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("备注") |
|
|
|
|
|
private String remark; |
|
|
|
|
|
|
|
|
} |
|
|
} |