|
@@ -22,9 +22,6 @@ public class XcxPlanItemExportVO {
|
|
|
@ExcelProperty("视频id")
|
|
@ExcelProperty("视频id")
|
|
|
private Long videoId;
|
|
private Long videoId;
|
|
|
|
|
|
|
|
- @ExcelProperty("rootSourceId")
|
|
|
|
|
- private String rootSourceId;
|
|
|
|
|
-
|
|
|
|
|
@ExcelProperty("视频标题")
|
|
@ExcelProperty("视频标题")
|
|
|
private String title;
|
|
private String title;
|
|
|
|
|
|
|
@@ -34,6 +31,9 @@ public class XcxPlanItemExportVO {
|
|
|
@ExcelProperty("推送链接")
|
|
@ExcelProperty("推送链接")
|
|
|
private String pageUrl;
|
|
private String pageUrl;
|
|
|
|
|
|
|
|
|
|
+ @ExcelProperty("rootSourceId")
|
|
|
|
|
+ private String rootSourceId;
|
|
|
|
|
+
|
|
|
@ExcelProperty("备注")
|
|
@ExcelProperty("备注")
|
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|