generated-scene: add scheduled monitoring runtime and helper lifecycle hardening

This commit is contained in:
木炎
2026-05-06 09:47:12 +08:00
parent 6cdd71b682
commit 8162118e6d
183 changed files with 103674 additions and 130 deletions

View File

@@ -0,0 +1,12 @@
async function collectReportRows(args) {
return [{
org_label: args.org_label,
org_code: args.org_code,
period_value: args.period_value,
line_loss_rate: ''
}];
}
if (typeof module !== 'undefined') {
module.exports = { collectReportRows };
}