luo
2023-10-08 ded7b20c06c16646a1f718c32a78e463844da6da
cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java
@@ -61,8 +61,8 @@
     */
    @TableField("gameId")
    private Integer gameId;
    @TableField("otherId")
    private Integer otherId;
    @Override
    protected Serializable pkVal() {
        return this.id;