xiaoyong931011
2020-06-05 68bfb0e22f518b4f328ce96889f3dce0a80be560
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;
}