k94314517
2025-02-28 25908f5bd4a2dae4625b49d325525849feb676a4
server/services/src/main/java/com/doumee/dao/business/web/response/UserResponse.java
@@ -15,7 +15,7 @@
public class UserResponse {
    @ApiModelProperty(value = "用户主键")
    private Integer id;
    private String id;
    @ApiModelProperty(value = "姓名")
    private String name;