Commit 25b6c7dc authored by wanmin@bu2.cn's avatar wanmin@bu2.cn

Token、Dapps入驻审核

parent 53692634
...@@ -13,7 +13,7 @@ import com.baomidou.mybatisplus.annotation.*; ...@@ -13,7 +13,7 @@ import com.baomidou.mybatisplus.annotation.*;
*/ */
@Data @Data
@EqualsAndHashCode(callSuper=false) @EqualsAndHashCode(callSuper=false)
@TableName("t_dapps_audit") @TableName("roo_wallet.t_dapps_audit")
public class DappsAuditEntity { public class DappsAuditEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
...@@ -70,4 +70,4 @@ private static final long serialVersionUID = 1L; ...@@ -70,4 +70,4 @@ private static final long serialVersionUID = 1L;
* 更新时间 * 更新时间
*/ */
private Date updateTime; private Date updateTime;
} }
\ No newline at end of file
...@@ -13,7 +13,7 @@ import com.baomidou.mybatisplus.annotation.*; ...@@ -13,7 +13,7 @@ import com.baomidou.mybatisplus.annotation.*;
*/ */
@Data @Data
@EqualsAndHashCode(callSuper=false) @EqualsAndHashCode(callSuper=false)
@TableName("t_token_audit") @TableName("roo_wallet.t_token_audit")
public class TokenAuditEntity { public class TokenAuditEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
...@@ -82,4 +82,4 @@ private static final long serialVersionUID = 1L; ...@@ -82,4 +82,4 @@ private static final long serialVersionUID = 1L;
* 更新时间 * 更新时间
*/ */
private Date updateTime; private Date updateTime;
} }
\ No newline at end of file
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