修改错误日志权限

This commit is contained in:
wuchunlei
2024-09-14 16:14:48 +08:00
parent 717323019d
commit a895687731
16 changed files with 886 additions and 27 deletions

View File

@@ -21,6 +21,10 @@ public class CourseEntity {
private String title;
private String etitle;
private String titleAbbr;
private Integer sort;
private String image;