TASK:style;

This commit is contained in:
shahaibo
2024-05-22 09:50:34 +08:00
parent 4b1a58c036
commit cd817dbf57
12 changed files with 234 additions and 60 deletions

View File

@@ -16,4 +16,6 @@ import lombok.EqualsAndHashCode;
public class WorkspaceDTO extends PageQueryBaseVo {
private static final long serialVersionUID = 1L;
private Long styleId;
}