From 3ae757889e0a9ae02e0f52e64fbd350e15f0c65a Mon Sep 17 00:00:00 2001
From: qinchulong <qinchulong@hnkhzn.com>
Date: 星期一, 22 九月 2025 09:27:43 +0800
Subject: [PATCH] 资料上传

---
 项目资料/流程图/内仓流程图 - 演示版本(1)(1).vsd                        |    0 
 项目资料/技术协议/广东明和 堆垛机立库项目软件开发、测试及维护服务-技术协议-2025.09.09.doc |    0 
 项目资料/通信协议/堆垛机和输送机构对接文档.xlsx                            |    0 
 .gitignore                                             |  260 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 项目资料/通信协议/移动AGV集成控制系统_接口协议_V3.0.7_中文华睿(4).pdf          |    0 
 项目资料/通信协议/提升机通讯协议2025.7.22新程序使用!(1).xlsx               |    0 
 6 files changed, 260 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b89bf51
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,260 @@
+# Build and Object Folders  
+bin/  
+obj/  
+  
+# Nuget packages directory  
+packages/  
+  
+## Ignore Visual Studio temporary files, build results, and  
+## files generated by popular Visual Studio add-ons.  
+  
+# User-specific files  
+*.suo  
+*.user  
+*.sln.docstates  
+*.vsidx
+  
+# Build results  
+[Dd]ebug/  
+[Rr]elease/  
+x64/  
+*_i.c  
+*_p.c  
+*.ilk  
+*.meta  
+*.obj  
+*.pch  
+*.pdb  
+*.pgc  
+*.pgd  
+*.rsp  
+*.sbr  
+*.tlb  
+*.tli  
+*.tlh  
+*.tmp  
+*.log  
+*.vspscc  
+*.vssscc  
+.builds  
+  
+# Visual C++ cache files  
+ipch/  
+*.aps  
+*.ncb  
+*.opensdf  
+*.sdf  
+  
+# Visual Studio profiler  
+*.psess  
+*.vsp  
+*.vspx  
+  
+# Guidance Automation Toolkit  
+*.gpState  
+  
+# ReSharper is a .NET coding add-in  
+_ReSharper*  
+  
+# NCrunch  
+*.ncrunch*  
+.*crunch*.local.xml  
+  
+# Installshield output folder  
+[Ee]xpress  
+  
+# DocProject is a documentation generator add-in  
+DocProject/buildhelp/  
+DocProject/Help  
+UpgradeLog*.XML  
+  
+# Lightswitch  
+_Pvt_Extensions  
+GeneratedArtifacts  
+*.xap  
+ModelManifest.xml  
+  
+#Backup file  
+*.bak
+
+#zzzili
+v15/
+
+
+
+
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+lerna-debug.log*
+.pnpm-debug.log*
+
+# Diagnostic reports (https://nodejs.org/api/report.html)
+report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+*.lcov
+
+# nyc test coverage
+.nyc_output
+
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# Bower dependency directory (https://bower.io/)
+bower_components
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (https://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directories
+node_modules/
+jspm_packages/
+
+# Snowpack dependency directory (https://snowpack.dev/)
+web_modules/
+
+# TypeScript cache
+*.tsbuildinfo
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Optional stylelint cache
+.stylelintcache
+
+# Microbundle cache
+.rpt2_cache/
+.rts2_cache_cjs/
+.rts2_cache_es/
+.rts2_cache_umd/
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# Yarn Integrity file
+.yarn-integrity
+
+# dotenv environment variable files
+.env
+.env.development.local
+.env.test.local
+.env.production.local
+.env.local
+
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+.parcel-cache
+
+# Next.js build output
+.next
+out
+
+# Nuxt.js build / generate output
+.nuxt
+dist
+
+# Gatsby files
+.cache/
+# Comment in the public line in if your project uses Gatsby and not Next.js
+# https://nextjs.org/blog/next-9-1#public-directory-support
+# public
+
+# vuepress build output
+.vuepress/dist
+
+# vuepress v2.x temp and cache directory
+.temp
+.cache
+
+# Docusaurus cache and generated files
+.docusaurus
+
+# Serverless directories
+.serverless/
+
+# FuseBox cache
+.fusebox/
+
+# DynamoDB Local files
+.dynamodb/
+
+# TernJS port file
+.tern-port
+
+# Stores VSCode versions used for testing VSCode extensions
+.vscode-test
+
+# yarn v2
+.yarn/cache
+.yarn/unplugged
+.yarn/build-state.yml
+.yarn/install-state.gz
+.pnp.*
+
+
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Log/OS Files
+*.log
+
+# Android Studio generated files and folders
+captures/
+.externalNativeBuild/
+.cxx/
+*.apk
+output.json
+
+# IntelliJ
+*.iml
+.idea/
+misc.xml
+deploymentTargetDropDown.xml
+render.experimental.xml
+
+# Keystore files
+*.jks
+*.keystore
+
+# Google Services (e.g. APIs or Firebase)
+google-services.json
+
+# Android Profiling
+*.hprof
+浠g爜绠$悊/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/DesignTimeBuild/.dtbcache.v2
+浠g爜绠$悊/WIDESEA_WMSClient/package-lock.json
+浠g爜绠$悊/WIDESEA_WMSServer/WIDESEA.WebApi/appsettings.json
+*.bin
+*.2
+*.2
+*.v2
+*.bin
+*.2
+*.2
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\345\271\277\344\270\234\346\230\216\345\222\214 \345\240\206\345\236\233\346\234\272\347\253\213\345\272\223\351\241\271\347\233\256\350\275\257\344\273\266\345\274\200\345\217\221\343\200\201\346\265\213\350\257\225\345\217\212\347\273\264\346\212\244\346\234\215\345\212\241-\346\212\200\346\234\257\345\215\217\350\256\256-2025.09.09.doc" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\345\271\277\344\270\234\346\230\216\345\222\214 \345\240\206\345\236\233\346\234\272\347\253\213\345\272\223\351\241\271\347\233\256\350\275\257\344\273\266\345\274\200\345\217\221\343\200\201\346\265\213\350\257\225\345\217\212\347\273\264\346\212\244\346\234\215\345\212\241-\346\212\200\346\234\257\345\215\217\350\256\256-2025.09.09.doc"
new file mode 100644
index 0000000..72ef151
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\212\200\346\234\257\345\215\217\350\256\256/\345\271\277\344\270\234\346\230\216\345\222\214 \345\240\206\345\236\233\346\234\272\347\253\213\345\272\223\351\241\271\347\233\256\350\275\257\344\273\266\345\274\200\345\217\221\343\200\201\346\265\213\350\257\225\345\217\212\347\273\264\346\212\244\346\234\215\345\212\241-\346\212\200\346\234\257\345\215\217\350\256\256-2025.09.09.doc"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\265\201\347\250\213\345\233\276/\345\206\205\344\273\223\346\265\201\347\250\213\345\233\276 - \346\274\224\347\244\272\347\211\210\346\234\254\0501\051\0501\051.vsd" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\265\201\347\250\213\345\233\276/\345\206\205\344\273\223\346\265\201\347\250\213\345\233\276 - \346\274\224\347\244\272\347\211\210\346\234\254\0501\051\0501\051.vsd"
new file mode 100644
index 0000000..7b98375
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\265\201\347\250\213\345\233\276/\345\206\205\344\273\223\346\265\201\347\250\213\345\233\276 - \346\274\224\347\244\272\347\211\210\346\234\254\0501\051\0501\051.vsd"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\345\240\206\345\236\233\346\234\272\345\222\214\350\276\223\351\200\201\346\234\272\346\236\204\345\257\271\346\216\245\346\226\207\346\241\243.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\345\240\206\345\236\233\346\234\272\345\222\214\350\276\223\351\200\201\346\234\272\346\236\204\345\257\271\346\216\245\346\226\207\346\241\243.xlsx"
new file mode 100644
index 0000000..5055aa8
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\345\240\206\345\236\233\346\234\272\345\222\214\350\276\223\351\200\201\346\234\272\346\236\204\345\257\271\346\216\245\346\226\207\346\241\243.xlsx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\346\217\220\345\215\207\346\234\272\351\200\232\350\256\257\345\215\217\350\256\2562025.7.22\346\226\260\347\250\213\345\272\217\344\275\277\347\224\250\357\274\201\0501\051.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\346\217\220\345\215\207\346\234\272\351\200\232\350\256\257\345\215\217\350\256\2562025.7.22\346\226\260\347\250\213\345\272\217\344\275\277\347\224\250\357\274\201\0501\051.xlsx"
new file mode 100644
index 0000000..880c9b2
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\346\217\220\345\215\207\346\234\272\351\200\232\350\256\257\345\215\217\350\256\2562025.7.22\346\226\260\347\250\213\345\272\217\344\275\277\347\224\250\357\274\201\0501\051.xlsx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\347\247\273\345\212\250AGV\351\233\206\346\210\220\346\216\247\345\210\266\347\263\273\347\273\237_\346\216\245\345\217\243\345\215\217\350\256\256_V3.0.7_\344\270\255\346\226\207\345\215\216\347\235\277\0504\051.pdf" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\347\247\273\345\212\250AGV\351\233\206\346\210\220\346\216\247\345\210\266\347\263\273\347\273\237_\346\216\245\345\217\243\345\215\217\350\256\256_V3.0.7_\344\270\255\346\226\207\345\215\216\347\235\277\0504\051.pdf"
new file mode 100644
index 0000000..96a0536
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\344\277\241\345\215\217\350\256\256/\347\247\273\345\212\250AGV\351\233\206\346\210\220\346\216\247\345\210\266\347\263\273\347\273\237_\346\216\245\345\217\243\345\215\217\350\256\256_V3.0.7_\344\270\255\346\226\207\345\215\216\347\235\277\0504\051.pdf"
Binary files differ

--
Gitblit v1.9.3