驾驶舱接口开发
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.List;
|
|||||||
public class ComponentParam {
|
public class ComponentParam {
|
||||||
|
|
||||||
@ApiModelProperty("资源id")
|
@ApiModelProperty("资源id")
|
||||||
@NotBlank(message = UserValidMessage.FUNCTION_ID_NOT_BLANK)
|
// @NotBlank(message = UserValidMessage.FUNCTION_ID_NOT_BLANK)
|
||||||
private String functionId;
|
private String functionId;
|
||||||
|
|
||||||
@ApiModelProperty("节点")
|
@ApiModelProperty("节点")
|
||||||
@@ -38,7 +38,7 @@ public class ComponentParam {
|
|||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@ApiModelProperty("功能数组")
|
@ApiModelProperty("功能数组")
|
||||||
@NotEmpty(message = UserValidMessage.FUNCTION_GROUP_NOT_BLANK)
|
// @NotEmpty(message = UserValidMessage.FUNCTION_GROUP_NOT_BLANK)
|
||||||
private List<Integer> functionGroup;
|
private List<Integer> functionGroup;
|
||||||
|
|
||||||
@ApiModelProperty("排序")
|
@ApiModelProperty("排序")
|
||||||
|
|||||||
Reference in New Issue
Block a user