mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
chore: 单元测试
This commit is contained in:
@@ -27,3 +27,10 @@ export class SysInstallInfo extends BaseSettings {
|
||||
installTime: number;
|
||||
siteId?: string;
|
||||
}
|
||||
|
||||
export class SysLicenseInfo extends BaseSettings {
|
||||
static __title__ = '授权许可信息';
|
||||
static __key__ = 'sys.license';
|
||||
static __access__ = 'private';
|
||||
license: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user