10/18 添加工号配置 受众权限

This commit is contained in:
xiaozhequ
2023-10-18 11:39:28 +08:00
parent a4c67fc52e
commit 367b0d05ea
4 changed files with 35 additions and 10 deletions

View File

@@ -126,4 +126,19 @@ public class CourseFullText {
*/
private List<String> keywordsList;
/**
* 课程创建人id
*/
private String sysCreateAid;
/**
* 课程创建人id
*/
private String[] sysCreateAids;
/**
* 受众
*/
private String audience;
}