nickchange
2023-10-18 783b9ee7a8caa508d123d34bfbbf294716211dd7
cloud-server-other/src/main/java/com/dsh/other/entity/Store.java
@@ -131,6 +131,10 @@
    private Integer state;
    @TableField("operatorId")
    private Integer operatorId;
    @Override
    protected Serializable pkVal() {
        return this.id;