Commit f6bd0840 by wangli

修改

1 parent 9be23fab
...@@ -5,7 +5,7 @@ import java.sql.Timestamp; ...@@ -5,7 +5,7 @@ import java.sql.Timestamp;
@Data @Data
public class OrderRequest { public class OrderRequest {
private Integer id; private long 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!