This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-10 19:09:14 +08:00
parent 0d745b9715
commit d0d80bb9ad
34 changed files with 764 additions and 146 deletions

View File

@@ -286,6 +286,8 @@ export class TbGResource {
this.name = _json_.name
if (_json_.tig === undefined) { throw new Error() }
this.tig = _json_.tig
if (_json_.args === undefined) { throw new Error() }
this.args = _json_.args
}
/**
@@ -300,6 +302,10 @@ export class TbGResource {
* 描述
*/
readonly tig: string
/**
* 额外参数
*/
readonly args: string
resolve(tables:Tables)
{