mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 03:16:48 +08:00
移动端文章接口以及二次查询只返回需要的字段
This commit is contained in:
@@ -344,6 +344,12 @@ public class Course extends BaseEntity {
|
||||
*/
|
||||
@Transient
|
||||
private Integer auditForward;
|
||||
|
||||
@Transient
|
||||
private String teacherId;
|
||||
|
||||
@Transient
|
||||
private String teacher;
|
||||
|
||||
public Course(String id,String name,String summary,String coverImg,String sysCreateAid,String sysCreateBy,Integer type,LocalDateTime publishTime){
|
||||
super.setId(id);
|
||||
|
||||
Reference in New Issue
Block a user