lidongdong
2023-09-04 b2fce0dc7dc4ea5dec9792a2bc3ceb9d33d6e07b
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,8 @@
    @ApiModelProperty(value = "商家类型名称")
    private String merchantTypeName;
    @ApiModelProperty(value = "商家积分")
    private String merchantIntegral;
}