| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | private String logo; |
| | | |
| | | private Integer partyNum; |
| | | |
| | | private String specialtyName; |
| | | |
| | | private Long helpCommunityId; |
| | | |
| | | private String helpCommunityName; |
| | | |
| | | private String helpCommunityContacts; |
| | | |
| | | private String helpCommunityContactsName; |
| | | |
| | | private Long villageId; |
| | | |
| | | private String villageName; |
| | | |
| | | private String natureName; |
| | | |
| | | private Integer natureId; |
| | | |
| | | private String address; |
| | | |
| | | private String adminName; |
| | | |
| | | private String adminPhone; |
| | | |
| | | private String otherMark; |
| | | |
| | | private String belongTo; |
| | | } |
| | | |