Merge branch 'dev' of codeup.aliyun.com:61c14a7efa282c88e103c23f/oak-memory-tree-store into dev
This commit is contained in:
commit
20a2622534
|
|
@ -31,7 +31,7 @@ function obscurePass(row: any, attr: string, option?: SelectOption): boolean {
|
||||||
return !!(option?.obscure && row[attr] === undefined);
|
return !!(option?.obscure && row[attr] === undefined);
|
||||||
}
|
}
|
||||||
|
|
||||||
class OakExpressionUnresolvedException extends OakException {
|
class OakExpressionUnresolvedException<ED extends EntityDict & BaseEntityDict> extends OakException<ED> {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue