Package com.bytedesk.liangshibao.media
Class MediaRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.liangshibao.media.MediaRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CityRequest
private String
视频封面图片private String
简介,一句话介绍private Boolean
是否发布 默认为否0,前端看不到,只有发布之后,访客端才能够看到private String
标题Fields inherited from class com.bytedesk.core.base.BaseRequest
client, content, orgUid, pageNumber, pageSize, type, uid, userUid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRequest
getPageable, toJson, validate
-
Field Details
-
title
标题 -
cover
视频封面图片 -
description
简介,一句话介绍 -
published
是否发布 默认为否0,前端看不到,只有发布之后,访客端才能够看到 -
city
-
-
Constructor Details
-
MediaRequest
public MediaRequest()
-