huliguo
2 天以前 a966dafb8877552267a94fe8c544c5ea72cf5650
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/poji/shop/Shop.java
@@ -222,6 +222,11 @@
    @TableField("platform_birthday_flag")
    private Integer platformBirthdayFlag;
    /**
     * 抽奖1开2关
     */
    @TableField("lottery_draw_flag")
    private Integer lotteryDrawFlag;
    /**
     * 店铺设置状态
     */
    @TableField("shop_custom_status")
@@ -281,6 +286,36 @@
    @TableField("auth_flag")
    private Integer authFlag;
    /**
     * 分账标记
     */
    @TableField("account_flag")
    private Integer accountFlag;
    /**
     * 店铺二维码
     */
    @TableField("shop_code")
    private String shopCode;
    /**
     * 小鹅通讲师id
     */
    @TableField("xiaoe_user_id")
    private String xiaoeUserId;
    /**
     * 预约状态(0=关,1=开)
     */
    @TableField("subscribe")
    private Integer subscribe;
    /**
     * 修改价格权限(0=关,1=开)
     */
    @TableField("modify_price_permission")
    private Integer modifyPricePermission;
    @Override
    protected Serializable pkVal() {
        return this.shopId;