# 课程新增/修改接口新增canPack入参
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -91,4 +91,9 @@ public class CourseBo extends BaseBO { | ... | @@ -91,4 +91,9 @@ public class CourseBo extends BaseBO { |
| 91 | */ | 91 | */ |
| 92 | @NotBlank(message = "课程图片不能为空") | 92 | @NotBlank(message = "课程图片不能为空") |
| 93 | private String ossId; | 93 | private String ossId; |
| 94 | |||
| 95 | /** | ||
| 96 | * 是否打包,默认否 | ||
| 97 | */ | ||
| 98 | private Integer canPack =0; | ||
| 94 | } | 99 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment