Skip to content

Commit

Permalink
remove eishay vo @JSONCompiled
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 16, 2023
1 parent 1c822a2 commit b0dfe51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.util.Objects;

@com.alibaba.fastjson2.annotation.JSONCompiled(referenceDetect = false)
//@com.alibaba.fastjson2.annotation.JSONCompiled(referenceDetect = false)
public class Image
implements java.io.Serializable {
private static final long serialVersionUID = 1L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.util.List;
import java.util.Objects;

@com.alibaba.fastjson2.annotation.JSONCompiled(referenceDetect = false)
//@com.alibaba.fastjson2.annotation.JSONCompiled(referenceDetect = false)
@SuppressWarnings("serial")
public class Media
implements java.io.Serializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.util.List;

@com.alibaba.fastjson2.annotation.JSONCompiled(referenceDetect = false)
//@com.alibaba.fastjson2.annotation.JSONCompiled(referenceDetect = false)
@SuppressWarnings("serial")
public class MediaContent
implements java.io.Serializable {
Expand Down

0 comments on commit b0dfe51

Please sign in to comment.