Package com.bytedesk.liangshibao.course
Class CourseRequest
java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.liangshibao.course.CourseRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
简介,一句话介绍private String
private CategoryRequest
private String
课程名称private String
课程价格,单位:分private Boolean
是否发布 默认为否0,前端看不到,只有发布之后,访客端才能够看到private CategoryRequest
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
-
name
课程名称 -
cover
-
price
课程价格,单位:分 -
description
简介,一句话介绍 -
detail
-
published
是否发布 默认为否0,前端看不到,只有发布之后,访客端才能够看到 -
mainCategory
-
subCategory
-
city
-
-
Constructor Details
-
CourseRequest
public CourseRequest()
-