Commit 54533414 by Shadow

fixed bug

parent 85b85b9b
...@@ -4,7 +4,6 @@ import io.swagger.annotations.ApiModelProperty; ...@@ -4,7 +4,6 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
/** /**
* 注册客户端入参 * 注册客户端入参
...@@ -37,7 +36,6 @@ public class RegisterClientParam { ...@@ -37,7 +36,6 @@ public class RegisterClientParam {
/** /**
* 设备类型 * 设备类型
*/ */
@NotNull(message = "设备类型 不能为空")
@ApiModelProperty("设备类型") @ApiModelProperty("设备类型")
private Integer deviceType; private Integer deviceType;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment