模拟主题数据
This commit is contained in:
@@ -83,5 +83,12 @@ export class BaseConfig {
|
||||
*/
|
||||
protected getAllConfig(): any | null {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取所有配置 id,如果存在
|
||||
*/
|
||||
public getAllId(): any | null {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user