This commit is contained in:
777
2025-04-28 14:08:13 +08:00
parent 6d8e255299
commit 34c651e15a
3 changed files with 23 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ import java.util.List;
@Data
public class DynamicCreateVo {
private List<String> imageList;
private String imageList;
private String content;
private Long usercode;
private String usercode;
}