| | |
| | | package com.panzhihua.service_community.model.dos; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import javax.validation.constraints.NotBlank; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | private String activityAddr; |
| | | |
| | | /** |
| | | * 纬度 |
| | | */ |
| | | private String lat; |
| | | |
| | | /** |
| | | * 经度 |
| | | */ |
| | | private String lng; |
| | | |
| | | /** |
| | | * 活动状态 |
| | | */ |
| | | private Integer status; |
| | |
| | | private Date signUpEnd; |
| | | |
| | | /** |
| | | * 参加人群 |
| | | */ |
| | | private String aattendPeople; |
| | | |
| | | |
| | | /** |
| | | * 志愿者人数下线 |
| | | */ |
| | | private Integer volunteerMin; |
| | |
| | | private String cover; |
| | | |
| | | /** |
| | | * 是否有奖品 1 有 0 无 |
| | | * 是否有奖品 1 有 0 无 |
| | | */ |
| | | private Integer hasPrize; |
| | | |
| | | /** |
| | | * 是否二维码签到 1 是 0否 |
| | | */ |
| | | private Integer isQrCode; |
| | | |
| | | /** |
| | | * 联系人姓名 |
| | | */ |
| | | private String contactName; |
| | | |
| | | /** |
| | | * 联系人电话 |
| | | */ |
| | | private String contactPhone; |
| | | |
| | | /** |
| | | * 是否签到 1 是 0否 |
| | | */ |
| | | private Integer isRegist; |
| | | |
| | | /** |
| | | * 是否顶部 1 是 0否 |
| | | */ |
| | | private Integer isTop; |
| | | |
| | | /** |
| | | * 奖品备注 |
| | |
| | | * 社区id |
| | | */ |
| | | private Long communityId; |
| | | /** |
| | | * 活动是否已默认好评 |
| | | */ |
| | | private Integer isDefaultPraise; |
| | | } |