he2802 il y a 4 ans
Parent
commit
31cc94652e

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/course/vo/CourseMenuVo.java

@@ -45,5 +45,5 @@ public class CourseMenuVo {
 	@ApiModelProperty("状态 1正常 0关闭")
 	private Integer status;
 	@ApiModelProperty("目录名称")
-	private Long menuName;
+	private String menuName;
 }