|
@@ -106,7 +106,7 @@ public class ServerResponseEntity<T> implements Serializable {
|
|
|
|
|
|
public ServerResponseEntity() {
|
|
public ServerResponseEntity() {
|
|
// 版本号
|
|
// 版本号
|
|
- this.version = "mall4j.v230327";
|
|
|
|
|
|
+ this.version = "mall4j.v230410";
|
|
}
|
|
}
|
|
|
|
|
|
public static <T> ServerResponseEntity<T> success(T data) {
|
|
public static <T> ServerResponseEntity<T> success(T data) {
|