类型名称
This commit is contained in:
@@ -31,6 +31,8 @@ public class Product extends BaseEntity
|
||||
@Excel(name = "商品名称")
|
||||
private String name;
|
||||
|
||||
private String typeName;
|
||||
|
||||
/** 商品描述 */
|
||||
@Excel(name = "商品描述")
|
||||
private String description;
|
||||
|
||||
Reference in New Issue
Block a user