Commit cca20b4a3e79d5b580c99e9748750a6d530c965d
1 parent
34f132f1
fix: remove DataComponent name required
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -8,7 +8,7 @@ import java.util.List; |
8 | 8 | |
9 | 9 | @Data |
10 | 10 | public class DataComponentDTO extends TenantDTO { |
11 | - @ApiModelProperty(value = "组件名称", required = true) | |
11 | + @ApiModelProperty(value = "组件名称") | |
12 | 12 | private String name; |
13 | 13 | |
14 | 14 | @ApiModelProperty(value = "数据看板ID", required = true) | ... | ... |