Commit f379e4d6 by 丁伟峰

order_request表,id是字符串

1 parent 5c5225a4
......@@ -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!