|
@@ -2,6 +2,7 @@ package com.fs.course.domain;
|
|
|
|
|
|
import com.fs.common.annotation.Excel;
|
|
|
import com.fs.common.core.domain.BaseEntity;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
/**
|
|
@@ -62,4 +63,7 @@ public class FsCourseLink extends BaseEntity
|
|
|
@Excel(name = "营期id")
|
|
|
private Long periodId;
|
|
|
|
|
|
+ @ApiModelProperty(value = "营期课程id")
|
|
|
+ private Long id;
|
|
|
+
|
|
|
}
|