WIN-B904R0U0NNS\Administrator %!s(int64=2) %!d(string=hai) anos
pai
achega
fc357e4e5d

+ 4 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/entity/BusHotel.java

@@ -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)

+ 4 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/entity/BusPrintTemplate.java

@@ -48,6 +48,10 @@ public class BusPrintTemplate implements Serializable {
 	@Excel(name = "打印模板名称", width = 15)
     @ApiModelProperty(value = "打印模板名称")
     private String name;
+    /**模板类型*/
+    @Excel(name = "模板类型", width = 15)
+    @ApiModelProperty(value = "模板类型")
+    private Integer type;
 	/**规格*/
 	@Excel(name = "规格", width = 15)
     @ApiModelProperty(value = "规格")