acf5808f by chentao

no message

1 parent d3440b3f
......@@ -96,4 +96,9 @@ public class CourseBo extends BaseBO {
* 是否打包,默认否
*/
private Integer canPack =0;
/**
* 排序
*/
private Long sort;
}
\ No newline at end of file
......
......@@ -150,4 +150,9 @@ public class CourseVo {
* 是否打包,默认否
*/
private Integer canPack;
/**
* 排序
*/
private Long sort;
}
\ 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!