nickchange
2023-10-17 6eed4f4600ba2c2d7b5d3cc14a1e0a9e4d8f0d83
cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java
@@ -63,6 +63,9 @@
    private Integer gameId;
    @TableField("otherId")
    private Integer otherId;
    @Override
    protected Serializable pkVal() {
        return this.id;