Commit a52c3581 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 191f5178 f379e4d6
...@@ -27,8 +27,7 @@ import java.io.Serializable; ...@@ -27,8 +27,7 @@ import java.io.Serializable;
public class OrderRequestEntity { public class OrderRequestEntity {
@Id @Id
@GeneratedValue(strategy = GenerationType.IDENTITY) private String id;
private Integer id;
private String orderId; private String orderId;
private String name; private String name;
private String phone; private String phone;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!