Commit 78fbfd46 authored by hezhen's avatar hezhen

123

parent 113fc659
...@@ -51,9 +51,16 @@ public class MyWallet implements Serializable { ...@@ -51,9 +51,16 @@ public class MyWallet implements Serializable {
/** /**
* 进账总额(分) * 进账总额(分)
*/ */
@Column(name = "totalamount") @Column(name = "total_amount")
@ApiModelProperty(value = "进账总额(分)") @ApiModelProperty(value = "进账总额(分)")
private Long totalamount; private Long totalAmount;
/**
* 进账总额(分)
*/
@Column(name = "today_amount")
@ApiModelProperty(value = "进账总额(分)")
private Long todayAmount;
/** /**
* 未入账金额 * 未入账金额
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment