1.2
luo
2024-01-02 59f63a8ef0078b06f010d25abfef2772c944a56f
guns-management/src/main/java/com/stylefeng/guns/modular/system/model/AppUser.java
@@ -134,4 +134,19 @@
    @TableField("auth")
    private Integer auth;
    /**
     * 拒绝理由
     */
    @TableField("wechat_qr_code1")
    private String wechatQrCode1;
    /**
     * 拒绝理由
     */
    @TableField("watch_app1")
    private String watchApp1;
    /**
     * 拒绝理由
     */
    @TableField("phone1")
    private String phone1;
}