@@ -17,6 +17,10 @@ public class MemberUserRespDTO {
* 用户ID
*/
private Long id;
+ /**
+ * 姓名
+ */
+ private String name;
/**
* 用户昵称