chore: 单元测试

This commit is contained in:
xiaojunnuo
2024-08-02 22:58:29 +08:00
parent 9187e87419
commit 70ce6be0bf
13 changed files with 131 additions and 9 deletions
@@ -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;
}