Helius
2020-09-07 25447014db3e77346b9e87ac62b2ba6d74f83f1f
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;
}