ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/poji/shop/Shop.java
@@ -39,7 +39,7 @@ @TableField("del_flag") private Integer delFlag; /** * 商户状态-1删除0冻结1正常2终止合作 * 商户状态-1删除0冻结1正常2合作终止3进件中 */ @TableField("shop_status") private Integer shopStatus; @@ -257,6 +257,19 @@ @TableField("shop_source") private String shopSource; /** * 冻结标记 */ @TableField("frozen_flag") private Integer frozenFlag; /** * 合作标记 */ @TableField("cooperative_flag") private Integer cooperativeFlag; @Override protected Serializable pkVal() {