密炼物料信息

This commit is contained in:
2026-05-06 17:15:52 +08:00
parent 76ed8f0534
commit d2941aa0c7
13 changed files with 540 additions and 2 deletions

11
.vscode/launch.json vendored
View File

@@ -0,0 +1,11 @@
{
"configurations": [
{
"type": "java",
"name": "JeecgSystemApplication",
"request": "launch",
"mainClass": "org.jeecg.JeecgSystemApplication",
"projectName": "jeecg-system-start"
}
]
}