Commit feafc23e by 丁伟峰

Merge branch 'dev-dingwf-0717' into develop

2 parents 6d786d2b e5106a1d
...@@ -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!