|
@@ -1,5 +1,6 @@
|
|
package com.qmth.teachcloud.common.bean.dto.excel;
|
|
package com.qmth.teachcloud.common.bean.dto.excel;
|
|
|
|
|
|
|
|
+import com.qmth.teachcloud.common.annotation.ExcelImportTempleteVaild;
|
|
import com.qmth.teachcloud.common.annotation.ExcelNote;
|
|
import com.qmth.teachcloud.common.annotation.ExcelNote;
|
|
import com.qmth.teachcloud.common.annotation.ExcelProperty;
|
|
import com.qmth.teachcloud.common.annotation.ExcelProperty;
|
|
|
|
|
|
@@ -11,6 +12,7 @@ import java.io.Serializable;
|
|
* @Author: CaoZixuan
|
|
* @Author: CaoZixuan
|
|
* @Date: 2021-08-06
|
|
* @Date: 2021-08-06
|
|
*/
|
|
*/
|
|
|
|
+@ExcelImportTempleteVaild(value = true)
|
|
public class BasicCourseImportDto implements Serializable {
|
|
public class BasicCourseImportDto implements Serializable {
|
|
@ExcelNote(value = "课程名称")
|
|
@ExcelNote(value = "课程名称")
|
|
@ExcelProperty(name = "课程名称", width = 30, index = 1)
|
|
@ExcelProperty(name = "课程名称", width = 30, index = 1)
|