1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

ChatGPT生成测试数据

This commit is contained in:
2023-03-19 01:33:43 +08:00
parent e29618e5d4
commit 33ebe5a982
7 changed files with 181 additions and 45 deletions

View File

@@ -11,7 +11,7 @@ public class Good {
Long id;
String goodsName;
Integer categoryId;
Integer brand;
String brand;
String gallery;
String brief;
Boolean isOnSale;

View File

@@ -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;