liujie
2025-09-29 0325a5a16afeb1c950f1097739a6385c464f5a0e
ruoyi-system/src/main/java/com/ruoyi/system/model/TAppUser.java
@@ -65,6 +65,10 @@
    @TableField("other_count")
    private Integer otherCount;
    @ApiModelProperty(value = "审核状态 0=待审核 1=通过 2=拒绝")
    @TableField("state")
    private Integer state;
    @ApiModelProperty(value = "状态 0待审核 1通过 2拒绝")
    private Integer state;