mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
[improvement](chat) add default chat data
This commit is contained in:
@@ -7,7 +7,6 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class ResultData<T> {
|
||||
|
||||
private int code;
|
||||
private String msg;
|
||||
private T data;
|
||||
|
||||
File diff suppressed because one or more lines are too long
1
pom.xml
1
pom.xml
@@ -31,7 +31,6 @@
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<file.encoding>UTF-8</file.encoding>
|
||||
<dc.common.version>1.0.1-SNAPSHOT</dc.common.version>
|
||||
<log4j2.version>2.17.1</log4j2.version>
|
||||
<pagehelper.version>5.1.8</pagehelper.version>
|
||||
<pagehelper.spring.version>1.2.10</pagehelper.spring.version>
|
||||
|
||||
Reference in New Issue
Block a user