mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 01:46:47 +08:00
10/18 添加工号配置 受众权限
This commit is contained in:
@@ -126,4 +126,19 @@ public class CourseFullText {
|
||||
*/
|
||||
private List<String> keywordsList;
|
||||
|
||||
|
||||
/**
|
||||
* 课程创建人id
|
||||
*/
|
||||
private String sysCreateAid;
|
||||
|
||||
/**
|
||||
* 课程创建人id
|
||||
*/
|
||||
private String[] sysCreateAids;
|
||||
|
||||
/**
|
||||
* 受众
|
||||
*/
|
||||
private String audience;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user