fb913d5e by 张方超

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

1 parent d3514eb3
......@@ -91,4 +91,9 @@ public class CourseBo extends BaseBO {
*/
@NotBlank(message = "课程图片不能为空")
private String ossId;
/**
* 是否打包,默认否
*/
private Integer canPack =0;
}
\ 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!