Helius
2020-07-07 d344e2b6d98c9942bdb9febf5d36886f6acadb0c
src/main/java/com/xcong/excoin/modules/test/entity/TestUserEntity.java
@@ -1,5 +1,6 @@
package com.xcong.excoin.modules.test.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.xcong.excoin.common.system.base.BaseEntity;
import lombok.Data;
@@ -19,4 +20,7 @@
    private String account;
    private String password;
    @TableField(exist = false)
    private String aaaaa;
}