视频分组

This commit is contained in:
guoshengxiong 2024-05-17 23:11:59 +08:00
parent 7971645fd3
commit 80e666ecdf
2 changed files with 4 additions and 0 deletions

View File

@ -43,4 +43,6 @@ public class VideoGroup implements Serializable {
private java.lang.Long parentId;
@ApiModelProperty(value = "祖级列表")
private java.lang.String ancestors;
@ApiModelProperty(value = "父级的对象")
private String parentObj;
}

View File

@ -137,6 +137,8 @@ public class VideoItem implements Serializable {
* 经度
*/
private String longitude;
@ApiModelProperty(value = "父级的对象")
private String parentObj;
/**
* 项目sn
*/