Pu Zhibing
2024-10-22 a22fb0f4cf84f5b09e65a23fa204a61f4e246260
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/dto/UserChangeDto.java
@@ -8,4 +8,5 @@
    private Long userId;
    @ApiModelProperty("1=正常,2=冻结")
    private Integer status;
    private String remark;
}