springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ConvenientMerchantDO.java
@@ -25,7 +25,7 @@ /** * 主键id */ @TableId(type = IdType.AUTO) @TableId(type = IdType.ASSIGN_ID) private Long id; /** * 商家名称 @@ -96,6 +96,10 @@ */ private Integer consultationVolume; /** * 浏览量 */ private Integer viewNum; /** * 是否删除 */ private Boolean isDel; @@ -115,4 +119,6 @@ * 更新人 */ private Long updatedBy; private String areaCode; }