bug
jiangqs
2023-08-21 c93e76c57a98e35abbf62d2f514d9ba51efd3243
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/poji/shop/Shop.java
@@ -281,6 +281,9 @@
    @TableField("auth_flag")
    private Integer authFlag;
    @TableField("shop_code")
    private String shopCode;
    @Override
    protected Serializable pkVal() {
        return this.shopId;