用户充值接口修改
This commit is contained in:
parent
27e86b32fa
commit
e56f026591
@ -66,8 +66,8 @@ public class NgUserRechargeRecords extends BaseEntity
|
|||||||
private BigDecimal balance;
|
private BigDecimal balance;
|
||||||
|
|
||||||
/** 充值时间 */
|
/** 充值时间 */
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
@Excel(name = "充值时间", width = 30, dateFormat = "yyyy-MM-dd")
|
@Excel(name = "充值时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||||
@ApiModelProperty("充值时间")
|
@ApiModelProperty("充值时间")
|
||||||
private Date rechargeTime;
|
private Date rechargeTime;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user