|
|
@@ -258,6 +258,10 @@ public class BusHotel implements Serializable {
|
|
|
@Excel(name = "酒店设施", width = 15)
|
|
|
@ApiModelProperty(value = "酒店设施")
|
|
|
private String facility;
|
|
|
+// /**酒店设施*/
|
|
|
+// @Excel(name = "酒店设施", width = 15)
|
|
|
+// @ApiModelProperty(value = "酒店设施")
|
|
|
+// private java.lang.String facility;
|
|
|
|
|
|
/**酒店标签*/
|
|
|
@Excel(name = "酒店标签", width = 15)
|