mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
perf(X-Pack): 游离资源序列化
This commit is contained in:
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 1a9dd92832...0b3d7d7ed6
@@ -1,5 +1,7 @@
|
||||
package io.dataease.api.free.vo;
|
||||
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
||||
import io.dataease.model.TreeResultModel;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -11,9 +13,9 @@ import java.util.List;
|
||||
public class FreeVO implements Serializable, TreeResultModel<FreeVO> {
|
||||
@Serial
|
||||
private static final long serialVersionUID = -7055936995493939929L;
|
||||
|
||||
@JsonSerialize(using= ToStringSerializer.class)
|
||||
private Long id;
|
||||
|
||||
@JsonSerialize(using= ToStringSerializer.class)
|
||||
private Long pid;
|
||||
|
||||
private String name;
|
||||
|
||||
Reference in New Issue
Block a user