Commit 56a5f37b by wangli

修改“”

1 parent 45d166f7
...@@ -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 long id; private String 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!