Commit e5106a1d by 丁伟峰

category_id已经废弃

1 parent ff17835d
...@@ -17,7 +17,6 @@ public class OrderRequest { ...@@ -17,7 +17,6 @@ public class OrderRequest {
private String province; private String province;
private String city; private String city;
private String county; private String county;
private String categoryId;
private String brand; private String brand;
private String type; private String type;
private String skill; private String skill;
......
...@@ -44,9 +44,6 @@ public class OrderRequestEntity { ...@@ -44,9 +44,6 @@ public class OrderRequestEntity {
@Column @Column
private String county; private String county;
@Column(name = "category_id", nullable = false)
private String categoryId;
@Column(nullable = false) @Column(nullable = false)
private String brand; private String brand;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!