线上课增加admin_id字段

This commit is contained in:
xxx
2023-11-13 10:08:52 +08:00
parent 179a7d5f62
commit ee1f009966
7 changed files with 69 additions and 3 deletions

View File

@@ -42,4 +42,6 @@ public class CoursePaginateFiler {
private Integer pageStart;
private Integer pageSize;
private Integer adminId;
}