Commit ab42eee3 by 丁伟峰

工单号

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