commit 94e1146071e7338ec93db83d13f18afe7ff24847 Author: 初七 <253347958@qq.com> Date: Tue Mar 10 14:30:11 2026 +0800 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ff6309 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea/modules.xml +.idea/jarRepositories.xml +.idea/compiler.xml +.idea/libraries/ +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..8d66637 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..132404b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..cea22ab --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + 4.0.0 + cn.ring.cloud + ProjectDocFiles + war + 1.0-SNAPSHOT + ProjectDocFiles Maven Webapp + http://maven.apache.org + + + junit + junit + 3.8.1 + test + + + + ProjectDocFiles + + diff --git a/即途充电/其他文档/即途充电操作文档.docx b/即途充电/其他文档/即途充电操作文档.docx new file mode 100644 index 0000000..eac1054 Binary files /dev/null and b/即途充电/其他文档/即途充电操作文档.docx differ diff --git a/即途充电/其他文档/即途充电运维人员操作文档V1.0.1.docx b/即途充电/其他文档/即途充电运维人员操作文档V1.0.1.docx new file mode 100644 index 0000000..a2bb9f1 Binary files /dev/null and b/即途充电/其他文档/即途充电运维人员操作文档V1.0.1.docx differ diff --git a/即途充电/需求文档/新能源-充电系统开发计划.xlsx b/即途充电/需求文档/新能源-充电系统开发计划.xlsx new file mode 100644 index 0000000..d7838e3 Binary files /dev/null and b/即途充电/需求文档/新能源-充电系统开发计划.xlsx differ diff --git a/即途充电/需求文档/新能源-客服功能清单.xlsx b/即途充电/需求文档/新能源-客服功能清单.xlsx new file mode 100644 index 0000000..8e97790 Binary files /dev/null and b/即途充电/需求文档/新能源-客服功能清单.xlsx differ diff --git a/即途充电/需求文档/新能源-电表功能清单.xlsx b/即途充电/需求文档/新能源-电表功能清单.xlsx new file mode 100644 index 0000000..3d7442f Binary files /dev/null and b/即途充电/需求文档/新能源-电表功能清单.xlsx differ diff --git a/自研云快充平台/需求文档/云快充服务端开发进度.xlsx b/自研云快充平台/需求文档/云快充服务端开发进度.xlsx new file mode 100644 index 0000000..6dc1c5e Binary files /dev/null and b/自研云快充平台/需求文档/云快充服务端开发进度.xlsx differ