ChatGPT生成测试数据
This commit is contained in:
@@ -11,7 +11,7 @@ public class Good {
|
||||
Long id;
|
||||
String goodsName;
|
||||
Integer categoryId;
|
||||
Integer brand;
|
||||
String brand;
|
||||
String gallery;
|
||||
String brief;
|
||||
Boolean isOnSale;
|
||||
|
@@ -20,7 +20,7 @@ public class GoodVO implements Serializable {
|
||||
Long id;
|
||||
String goodsName;
|
||||
Integer categoryId;
|
||||
Integer brand;
|
||||
String brand;
|
||||
String gallery;
|
||||
String brief;
|
||||
Boolean isOnSale;
|
||||
|
Reference in New Issue
Block a user