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.*;
*/
@Data
@EqualsAndHashCode(callSuper=false)
@TableName("t_dapps_audit")
@TableName("roo_wallet.t_dapps_audit")
public class DappsAuditEntity {
private static final long serialVersionUID = 1L;
......
......@@ -13,7 +13,7 @@ import com.baomidou.mybatisplus.annotation.*;
*/
@Data
@EqualsAndHashCode(callSuper=false)
@TableName("t_token_audit")
@TableName("roo_wallet.t_token_audit")
public class TokenAuditEntity {
private static final long serialVersionUID = 1L;
......
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