更新参数管理模块代码生成逻辑;

This commit is contained in:
2024-11-04 01:39:56 +08:00
parent 3d1a9e2b1d
commit 06c331080e
5 changed files with 120 additions and 10 deletions

4
.vscode/tasks.json vendored
View File

@@ -13,7 +13,7 @@
"type": "shell",
"command": "de_encrypt",
"args": [
"test/光伏逆变器2.1_通信地址表_V01.xlsx",
"${command:pickArgs}",
],
"problemMatcher": [],
@@ -34,7 +34,7 @@
"type": "shell",
"command": "rm",
"args": [
"test/光伏逆变器2.1_通信地址表_V01_dec.dec",
"${command:pickArgs}",
],
"problemMatcher": [],