|
@@ -12,6 +12,7 @@ import javax.validation.constraints.NotNull;
|
|
*/
|
|
*/
|
|
@Data
|
|
@Data
|
|
public class InstallInputDto {
|
|
public class InstallInputDto {
|
|
|
|
+ @NotNull(message = "id cannot be null")
|
|
@ApiModelProperty(value="编号")
|
|
@ApiModelProperty(value="编号")
|
|
private Integer id;
|
|
private Integer id;
|
|
|
|
|