Commit 96a1d6a2 by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

2 parents 6c41f91f ae6f7e5e
......@@ -2,6 +2,8 @@ package com.alibaba.cloud.integration.order.dto;
import lombok.Data;
import java.util.List;
@Data
public class OrderCreateReqDTO {
private String source;
......@@ -18,6 +20,6 @@ public class OrderCreateReqDTO {
private String expectEnd;
private String expectDesc;
private String priority;
private String orderTags;
private List<String> orderTags;
private String description;
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!