Commit ae6f7e5e by 丁伟峰

类型修订

1 parent 61005da1
......@@ -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!