bug
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.peanut.modules.common.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CourseCatalogueVo {
|
||||
|
||||
private Integer courseId;
|
||||
|
||||
private Integer catalogueId;
|
||||
|
||||
private String courseTitle;
|
||||
|
||||
private String CourseCatalogueTitle;
|
||||
|
||||
private String image;
|
||||
}
|
||||
Reference in New Issue
Block a user