| | |
| | | |
| | | import org.sxkj.fw.area.entity.FwAreaDivideEntity; |
| | | import org.springblade.core.tool.node.INode; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | |
| | | public class FwAreaDivideVO extends FwAreaDivideEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** |
| | | * 派出所名称 |
| | | */ |
| | | @ApiModelProperty(value = "派出所名称") |
| | | private String policeStationName; |
| | | |
| | | /** |
| | | * 派出所联系人 |
| | | */ |
| | | @ApiModelProperty(value = "派出所联系人") |
| | | private String policeStationContactPerson; |
| | | |
| | | /** |
| | | * 派出所联系电话 |
| | | */ |
| | | @ApiModelProperty(value = "派出所联系电话") |
| | | private String policeStationContactPhone; |
| | | |
| | | } |