驾驶舱接口开发

This commit is contained in:
hzj
2025-05-27 10:14:49 +08:00
parent 0e3dba2afa
commit e19da7ca12

View File

@@ -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("排序")