1、仿真策划 暂时排除tag9、10

This commit is contained in:
2026-03-16 16:19:03 +08:00
parent 51b1b52b0b
commit 0a42cf294b

View File

@@ -233,10 +233,10 @@ public class ProjectNode extends BaseEntity {
private List<String> tag7; private List<String> tag7;
@JsonProperty(value = "tag8") @JsonProperty(value = "tag8")
private List<String> tag8; private List<String> tag8;
@JsonProperty(value = "tag9") // @JsonProperty(value = "tag9")
private List<String> tag9; // private List<String> tag9;
@JsonProperty(value = "tag10") // @JsonProperty(value = "tag10")
private List<String> tag10; // private List<String> tag10;
private Long imageFileId; private Long imageFileId;
/** /**