Commit fc3db8d2 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 387e4ab0 ab42eee3
...@@ -4,6 +4,8 @@ import lombok.Data; ...@@ -4,6 +4,8 @@ import lombok.Data;
@Data @Data
public class OrderCreateReqDTO { public class OrderCreateReqDTO {
private String source;
private String orderId;
private String name; private String name;
private String phone; private String phone;
private String address; private String address;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!