admin
2020-02-23 b8134c0133956c67cd94fb4efa036238df2cbe2e
fanli/src/main/java/com/yeshi/fanli/vo/msg/TokenVO.java
@@ -20,6 +20,9 @@
   
   @Expose // 数量、面额
   private Integer amount;
   @Expose // 数量、面额--- V2
   private String money;
   
   @Expose // 提示语
   private List<String> tips;
@@ -84,4 +87,12 @@
   public void setState(Boolean state) {
      this.state = state;
   }
   public String getMoney() {
      return money;
   }
   public void setMoney(String money) {
      this.money = money;
   }
}