liujie
2023-10-10 29bd4d946349eacd38442c07ebf15b470af92e82
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;