类型名称

This commit is contained in:
menxipeng
2025-11-12 18:14:00 +08:00
parent 2c54b3ce42
commit b86c0fd1af
2 changed files with 12 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ public class Product extends BaseEntity
@Excel(name = "商品名称")
private String name;
private String typeName;
/** 商品描述 */
@Excel(name = "商品描述")
private String description;