|
@@ -102,18 +102,6 @@ public class AdwebSite implements Serializable {
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@Schema(description = "到期时间,默认为ctime+1年")
|
|
|
private java.util.Date etime;
|
|
|
- /**Google GTM Head埋点代码*/
|
|
|
- @Excel(name = "Google GTM Head埋点代码", width = 15)
|
|
|
- @Schema(description = "Google GTM Head埋点代码")
|
|
|
- private java.lang.String gtmHead;
|
|
|
- /**Google GTM Body埋点代码*/
|
|
|
- @Excel(name = "Google GTM Body埋点代码", width = 15)
|
|
|
- @Schema(description = "Google GTM Body埋点代码")
|
|
|
- private java.lang.String gtmBody;
|
|
|
- /**gtmType*/
|
|
|
- @Excel(name = "gtmType", width = 15)
|
|
|
- @Schema(description = "gtmType")
|
|
|
- private java.lang.String gtmType;
|
|
|
/**站点大小*/
|
|
|
@Excel(name = "站点大小", width = 15)
|
|
|
@Schema(description = "站点大小")
|