@@ -51,7 +51,7 @@ public class Product {
/**
* 产品规格
*/
- @Column(name = "pr_spec")
+ @Column(name = "pr_spec", length = 500)
private String spec;