feat: add generated scene skill platform hardening

This commit is contained in:
木炎
2026-04-21 23:19:06 +08:00
parent 118fc77935
commit 956f0c2b68
439 changed files with 61974 additions and 3645 deletions

View File

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