You've already forked FrameTour-BE
feat(video): 添加视频模板ID和名称字段
- 在VideoReviewRespDTO中新增templateId字段 - 在VideoReviewRespDTO中新增templateName字段 - 添加相应字段的注释说明 - 支持关联查询video表获取模板信息
This commit is contained in:
@@ -27,6 +27,16 @@ public class VideoReviewRespDTO {
|
|||||||
*/
|
*/
|
||||||
private String videoUrl;
|
private String videoUrl;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 模板ID(关联查询video表)
|
||||||
|
*/
|
||||||
|
private Long templateId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 模板名称(关联查询)
|
||||||
|
*/
|
||||||
|
private String templateName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 景区ID
|
* 景区ID
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user