TASK:模块化;

This commit is contained in:
shahaibo
2025-03-26 15:12:55 +08:00
parent dc62ca956c
commit b0560b840f
5 changed files with 49 additions and 21 deletions

View File

@@ -20,5 +20,6 @@ public class ExportFile implements Serializable {
private Long id;
private String url;
private Long userLikeGroupId;
private Long projectId;
private String module;
}