Merge branch 'dev' of codeup.aliyun.com:61c14a7efa282c88e103c23f/oak-memory-tree-store into dev

This commit is contained in:
Xu Chang 2023-02-08 10:57:20 +08:00
commit 20a2622534
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function obscurePass(row: any, attr: string, option?: SelectOption): boolean {
return !!(option?.obscure && row[attr] === undefined);
}
class OakExpressionUnresolvedException extends OakException {
class OakExpressionUnresolvedException<ED extends EntityDict & BaseEntityDict> extends OakException<ED> {
}