bilingfeng преди 1 година
родител
ревизия
5885f54a3f

+ 3 - 1
game-module/game-module-base/src/main/java/com/zanxiang/game/module/base/pojo/vo/GameAuthUserVO.java

@@ -53,7 +53,9 @@ public class GameAuthUserVO implements Serializable {
     private List<Long> pitcherList;
 
     @Data
-    public static class GameAuthBean {
+    public static class GameAuthBean implements Serializable {
+
+        private static final long serialVersionUID = 1L;
 
         /**
          * 游戏id

+ 1 - 1
game-module/game-module-manage/src/main/java/com/zanxiang/game/module/manage/ManageApplication.java

@@ -21,7 +21,7 @@ public class ManageApplication {
 
     public static void main(String[] args) {
         SpringApplication.run(ManageApplication.class, args);
-        System.out.println("赞象Manage服务启动成功 <bug修改> ( ´・・)ノ(._.`) \n" +
+        System.out.println("赞象Manage服务启动成功 <bug修改2> ( ´・・)ノ(._.`) \n" +
                 "___  ___  ___   _   _   ___  _____  _____ \n" +
                 "|  \\/  | / _ \\ | \\ | | / _ \\|  __ \\|  ___|\n" +
                 "| .  . |/ /_\\ \\|  \\| |/ /_\\ \\ |  \\/| |__  \n" +