Package com.bytedesk.liangshibao.course
Class CourseResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.liangshibao.course.CourseResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CityResponseSimple
private String
private String
简介,一句话介绍private String
private CategoryResponse
private String
课程名称private String
课程价格,单位:分private Boolean
是否发布 默认为否0,前端看不到,只有发布之后,访客端才能够看到private CategoryResponse
private UserProtobuf
Fields inherited from class com.bytedesk.core.base.BaseResponse
uid
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
name
课程名称 -
cover
-
price
课程价格,单位:分 -
description
简介,一句话介绍 -
detail
-
published
是否发布 默认为否0,前端看不到,只有发布之后,访客端才能够看到 -
mainCategory
-
subCategory
-
user
-
city
-
-
Constructor Details
-
CourseResponse
public CourseResponse()
-