【新增】颜色字段

This commit is contained in:
2025-10-29 16:05:33 +08:00
parent f6bb392d49
commit 4ceb96738e

View File

@@ -27,6 +27,11 @@ public class TutorialCategory implements Serializable {
*/
private String icon;
/**
* 颜色
*/
private String color;
/**
* 分类名称
*/