bug
jiangqs
2023-09-25 2e7f787f8e0859d0a9a6ff1eab6aeadac7934c50
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/poji/shop/Shop.java
@@ -281,9 +281,18 @@
    @TableField("auth_flag")
    private Integer authFlag;
    /**
     * 分账标记
     */
    @TableField("account_flag")
    private Integer accountFlag;
    /**
     * 店铺二维码
     */
    @TableField("shop_code")
    private String shopCode;
    @Override
    protected Serializable pkVal() {
        return this.shopId;