acf5808f by chentao

no message

1 parent d3440b3f
...@@ -96,4 +96,9 @@ public class CourseBo extends BaseBO { ...@@ -96,4 +96,9 @@ public class CourseBo extends BaseBO {
96 * 是否打包,默认否 96 * 是否打包,默认否
97 */ 97 */
98 private Integer canPack =0; 98 private Integer canPack =0;
99
100 /**
101 * 排序
102 */
103 private Long sort;
99 } 104 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -150,4 +150,9 @@ public class CourseVo { ...@@ -150,4 +150,9 @@ public class CourseVo {
150 * 是否打包,默认否 150 * 是否打包,默认否
151 */ 151 */
152 private Integer canPack; 152 private Integer canPack;
153
154 /**
155 * 排序
156 */
157 private Long sort;
153 } 158 }
...\ 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!