1、个人信息完善
2、集成聊天功能 3、完成登录
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.qxcm.moduleutil.bean;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class RevenueBean {
|
||||
private String title;
|
||||
private String time;
|
||||
private String money;
|
||||
private String type;
|
||||
}
|
||||
Reference in New Issue
Block a user