|
@@ -35,10 +35,10 @@ public class GASourceMediumReport implements Serializable {
|
|
|
@TableId(type = IdType.AUTO)
|
|
|
@Schema(description = "id")
|
|
|
private Long id;
|
|
|
- /**站点id*/
|
|
|
- @Excel(name = "站点id", width = 15)
|
|
|
- @Schema(description = "站点id")
|
|
|
- private Integer siteId;
|
|
|
+ /**站点code*/
|
|
|
+ @Excel(name = "站点code", width = 15)
|
|
|
+ @Schema(description = "站点code")
|
|
|
+ private String siteCode;
|
|
|
/**统计时间*/
|
|
|
@Excel(name = "统计时间", width = 15, format = "yyyy-MM-dd")
|
|
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|