nickchange
2023-10-11 a02a6e0f7b7404e87b6347a5a7f33b431645634e
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;