Parcourir la source

fix : 接口调试修改

bilingfeng il y a 1 an
Parent
commit
59ced8c146

+ 0 - 3
game-module/game-module-manage/src/main/java/com/zanxiang/game/module/manage/pojo/params/GameAppletShellListParam.java

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