|
@@ -5,8 +5,6 @@ import com.zanxiang.module.web.pojo.BaseListDTO;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
-import javax.validation.constraints.NotNull;
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* @author : lingfeng
|
|
* @author : lingfeng
|
|
* @time : 2023-07-10
|
|
* @time : 2023-07-10
|
|
@@ -18,7 +16,6 @@ public class GameAppletShellListParam extends BaseListDTO<GameAppletShell> {
|
|
/**
|
|
/**
|
|
* 游戏id
|
|
* 游戏id
|
|
*/
|
|
*/
|
|
- @NotNull
|
|
|
|
@ApiModelProperty(notes = "游戏id")
|
|
@ApiModelProperty(notes = "游戏id")
|
|
private Long gameId;
|
|
private Long gameId;
|
|
}
|
|
}
|