lidongdong
2023-10-20 19e7bbc520b9227b53d86b9bf947f6de7661f27f
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/java/com/panzhihua/service_jinhui_community/entity/JinhuiConvenientMerchant.java
@@ -23,8 +23,8 @@
    /**
     * 主键id
     */
    @TableId(type = IdType.ASSIGN_ID)
    private Long id;
    @TableId(type = IdType.AUTO)
    private String id;
    /**
     * 商家名称
     */
@@ -91,14 +91,6 @@
     */
    private Long userId;
    /**
     * 咨询量
     */
    private Integer consultationVolume;
    /**
     * 浏览量
     */
    private Integer viewNum;
    /**
     * 是否删除
     */
    private Boolean isDel;
@@ -121,18 +113,6 @@
     * 更新人
     */
    private Long updatedBy;
    /**
     * 店铺销量
     */
    private Integer sale;
    /**
     * 店铺销售额
     */
    private BigDecimal saleVolume;
    private String auditType;