修改了商品的实体类和数据库表结构

This commit is contained in:
XinYi Song 2021-12-16 10:04:59 +08:00
parent 48e73a708b
commit 9f1d2613dd

View File

@ -23,6 +23,24 @@ public class ProductEntity {
*/
private String productName;
/**
*
*/
@Column(length = 32, columnDefinition = "varchar(32)")
private String productPro;
/**
*
*/
@Column(length = 32, columnDefinition = "varchar(32)")
private String productCity;
/**
*
*/
@Column(length = 32, columnDefinition = "varchar(32)")
private String productCounty;
/**
* 商品描述
*/