TASK:模块化;

This commit is contained in:
shahaibo
2025-05-06 17:30:01 +08:00
parent a84fe12a28
commit 6d6768e6cb
5 changed files with 302 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ public class ProductImageAttribute implements Serializable {
@TableId(value = "id", type = IdType.AUTO)
private Long id;
// private String imgName;
private String imgUrl;
private String length;
private String sleeveLength;
private String sleeveShape;
@@ -34,4 +34,7 @@ public class ProductImageAttribute implements Serializable {
private String style;
private Long libraryId;
private String gender;
private String category;
}