视频分组
This commit is contained in:
parent
7971645fd3
commit
80e666ecdf
@ -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;
|
||||
}
|
||||
|
||||
@ -137,6 +137,8 @@ public class VideoItem implements Serializable {
|
||||
* 经度
|
||||
*/
|
||||
private String longitude;
|
||||
@ApiModelProperty(value = "父级的对象")
|
||||
private String parentObj;
|
||||
/**
|
||||
* 项目sn
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user