| | |
| | | */ |
| | | package org.springblade.modules.place.vo; |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import liquibase.pro.packaged.S; |
| | | import org.springblade.modules.place.entity.PlacePractitionerEntity; |
| | | import org.springblade.core.tool.node.INode; |
| | | import lombok.Data; |
| | |
| | | public class PlacePractitionerVO extends PlacePractitionerEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ApiModelProperty(value = "类型1:未成年 2:少数民族 3:包含1和2", example = "") |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "标签类型", example = "") |
| | | private String categoryName; |
| | | |
| | | } |