Commit a52c3581 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

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