fb913d5e by 张方超

# 课程新增/修改接口新增canPack入参

1 parent d3514eb3
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!