liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/VolunteerMerchant.java
@@ -106,14 +106,12 @@
     * 营业开始时间
     */
    @ApiModelProperty(value = "营业开始时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date businessStartTime;
    private String businessStartTime;
    /**
     * 营业结束时间
     */
    @ApiModelProperty(value = "营业结束时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date businessEndTime;
    private String businessEndTime;
    /**
     * 活动名称
     */
@@ -152,5 +150,16 @@
    @ApiModelProperty(value = "商家类型名称")
    private String merchantTypeName;
    @TableField(exist = false)
    @ApiModelProperty(value = "商家评分")
    private String merchantGrade;
    @TableField(exist = false)
    @ApiModelProperty(value = "商家商品数量")
    private String goodNum;
    @ApiModelProperty(value = "商家积分")
    private String merchantIntegral;
}